123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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 resource="jdbc.properties" />
- <classPathEntry location="${classPath}"/>
- <context id="context1" targetRuntime="MyBatis3">
-
- <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://118.190.47.230:3306/kbt"
- userId="root" password="p011430seya" >
-
- </jdbcConnection>
- <!-- <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/kbt" -->
- <!-- userId="root" password="yj940923" > -->
-
- <!-- </jdbcConnection> -->
- <javaModelGenerator targetPackage="com.js.kbt.model" targetProject="JSKBT" />
- <sqlMapGenerator targetPackage="com.js.kbt.mapper" targetProject="JSKBT" />
- <javaClientGenerator targetPackage="com.js.kbt.mapper" targetProject="JSKBT" type="XMLMAPPER" />
- <!-- <table schema="JSKBT" tableName="vcustomer_query" > -->
- <!-- </table> -->
- <!-- <table schema="JSKBT" tableName="user" > -->
- <!-- </table> -->
- <!-- <table schema="JSKBT" tableName="vseller_sum" > -->
- <!-- </table> -->
- <!-- <table schema="JSKBT" tableName="chat_msg" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="user" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="sys_user" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <table schema="kbt" tableName="user_num" >
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- </table>
- <!-- <table schema="kbt" tableName="park_order" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="order" > -->
- <!-- <table schema="kbt" tableName="order" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="vcoupon" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="order" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="coupon_type" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="message" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- <!-- <table schema="kbt" tableName="order" > -->
- <!-- <generatedKey column="id" identity="true" sqlStatement="SELECT LAST_INSERT_ID()"/> -->
- <!-- </table> -->
- </context>
- </generatorConfiguration>
|