提交 628bf5c0 编写于 作者: C Calvin

fix

上级 de5577d1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
<generatorConfiguration>
<properties url="file:///path to your project\src\main\resources\application.properties" />
<classPathEntry location="(path to your maven reporsitory)\com\h2database\h2\1.3.154\h2-1.3.154.jar" />
<!--<classPathEntry location="C:\Users\ehuaxio\.m2\repository\com\h2database\h2\1.3.154\h2-1.3.154.jar" />-->
<properties url="file:///absolute path to your project\src\main\resources\application.properties" />
<classPathEntry location="(path to your maven reporsitory)\com\h2database\h2\1.3.166\h2-1.3.166.jar" />
<classPathEntry location="target/classes" />
<context id="RuntimeTables" targetRuntime="MyBatis3">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册