4 Star 1 Fork 0

土豆-地瓜 / hxq-app-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generatorConfig.xml 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
jingzt 提交于 2017-06-16 16:47 . 认证时存入拼音
<?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>
<classPathEntry location="D:\Maven Repository\hxq\mysql\mysql-connector-java\5.1.38\mysql-connector-java-5.1.38.jar" />
<context id="context">
<property name="javaFileEncoding" value="UTF-8" />
<commentGenerator>
<property name="suppressAllComments" value="true" />
</commentGenerator>
<jdbcConnection driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://192.168.5.2:3306/hxp?useUnicode=true&amp;characterEncoding=UTF-8"
userId="root" password="12345678"></jdbcConnection>
<javaModelGenerator targetPackage="com.hxp.commonality.po"
targetProject="hxp-app-web">
<property name="enableSubPackages" value="true" />
<property name="trimStrings" value="true" />
</javaModelGenerator>
<sqlMapGenerator targetPackage="com.hxp.commonality.mapper"
targetProject="hxp-app-web">
<property name="enableSubPackages" value="false" />
</sqlMapGenerator>
<javaClientGenerator targetPackage="com.hxp.commonality.dao"
targetProject="hxp-app-web" type="XMLMAPPER" />
<table tableName="common_uv_record" domainObjectName="CommonUvRecord"
enableCountByExample="false" enableUpdateByExample="false"
enableDeleteByExample="false" enableSelectByExample="false"
selectByExampleQueryId="false" />
</context>
</generatorConfiguration>
1
https://gitee.com/aps/hxq-app-web.git
git@gitee.com:aps/hxq-app-web.git
aps
hxq-app-web
hxq-app-web
master

搜索帮助