1 Star 0 Fork 0

伍邪/wts-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generate-config.xml 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
wuyingyan 提交于 2018-11-29 12:03 . auto commit By 2018-11-29 12:03:03
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="config.generate.directory">generate-info</entry>
<entry key="properties.table.prefix">tb_,tbl_,t_</entry>
<entry key="config.template.suffix">.ftl</entry>
<entry key="config.marker.template"><![CDATA[${table.sqlName}]]></entry>
<entry key="config.encoding">UTF-8</entry>
<entry key="config.template.attribute">传入模板的属性</entry>
<entry key="config.template.attribute.projectName">project-name</entry>
<entry key="config.template.attribute.groupId">cn.xo68</entry>
<entry key="config.template.attribute.artifactId">you-project</entry>
<entry key="config.template.attribute.basePackage">com.xo68.project</entry>
<entry key="config.template.attribute.sourceDirectory">src/main/java</entry>
<entry key="config.template.attribute.resourcesDirectory">src/main/resources</entry>
<entry key="config.template.attribute.author">wuyy(16349023@qq.com)</entry>
<entry key="jdbc">数据库连接配置</entry>
<entry key="jdbc.driverClass">com.mysql.jdbc.Driver</entry>
<entry key="jdbc.connectionURL"><![CDATA[jdbc:mysql://localhost:3306/demodb?useUnicode=true&characterEncoding=UTF-8]]></entry>
<entry key="jdbc.schema">demodb</entry>
<entry key="jdbc.catalog">demodb</entry>
<entry key="jdbc.userId">root</entry>
<entry key="jdbc.password">123456</entry>
</properties>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nnsword/wts-data.git
git@gitee.com:nnsword/wts-data.git
nnsword
wts-data
wts-data
master

搜索帮助