1 Star 0 Fork 147

Jie / CodeGenerator

forked from ptma / CodeGenerator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configuration.xml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
ptma 提交于 2014-10-16 17:21 . upload
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<configuration>
<classpath>
<entry>lib/ojdbc14.jar</entry>
<entry>lib/sqljdbc4.jar</entry>
<entry>lib/mysql-connector-java-3.1.7-bin.jar</entry>
<entry>lib/postgresql-8.2-505.jdbc2.jar</entry>
</classpath>
<connections>
</connections>
<tagertProject>D:\temp</tagertProject>
<basePackage>org.joy</basePackage>
<moduleName>test</moduleName>
<templates>
<template engine="freemarker" name="实体类" selected="false">
<templateFile>entity.ftl</templateFile>
<targetPath>${tagertProject}\src\${basePackage}\${moduleName}\entity\</targetPath>
<targetFileName>${table.className}.java</targetFileName>
<encoding>UTF-8</encoding>
</template>
<template engine="velocity" name="实体类" selected="false">
<templateFile>entity.vm</templateFile>
<targetPath>${tagertProject}\\src\\${basePackage}\\${moduleName}\\entity\\</targetPath>
<targetFileName>${table.className}2.java</targetFileName>
<encoding>UTF-8</encoding>
</template>
</templates>
</configuration>
1
https://gitee.com/blueram/CodeGenerator.git
git@gitee.com:blueram/CodeGenerator.git
blueram
CodeGenerator
CodeGenerator
master

搜索帮助