1 Star 0 Fork 273

Stark / SSM

forked from shenzhanwang / SSM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generatorConfig.xml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
shenzhanwang 提交于 2017-09-08 15:47 . 更新 generatorConfig.xml
<?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="C:\\Users\\shenzhanwang\\Desktop\\pqms\\src\\main\\webapp\\WEB-INF\\lib\\sqljdbc4-4.0.jar" />
<context id="context1">
<commentGenerator>
<property name="suppressDate" value="true"/>
<property name="suppressAllComments" value="true"/>
</commentGenerator>
<jdbcConnection connectionURL="jdbc:sqlserver://10.6.179.99:1433;databaseName=pqms" driverClass="com.microsoft.sqlserver.jdbc.SQLServerDriver" password="123456789" userId="sa" />
<javaModelGenerator targetPackage="po" targetProject="test" />
<sqlMapGenerator targetPackage="mapper.xml" targetProject="test" />
<javaClientGenerator targetPackage="mapper" targetProject="test" type="XMLMAPPER" /><!--ANNOTATEDMAPPER,XMLMAPPER-->
<table tableName="project" domainObjectName="Project" enableCountByExample="false" enableUpdateByExample="false"
enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false">
</table>
</context>
</generatorConfiguration>
<!--oracle处理date字段用String代替-->
Java
1
https://gitee.com/cloud-pan/SSM.git
git@gitee.com:cloud-pan/SSM.git
cloud-pan
SSM
SSM
master

搜索帮助