3 Star 1 Fork 0

楠竹/clothingDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generatorConfig.xml 3.59 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
<context id="context1">
<commentGenerator>
<!-- 是否去除自动生成的注释 true:是 : false:否 -->
<property name="suppressAllComments" value="false" />
</commentGenerator>
<jdbcConnection connectionURL="jdbc:mysql://123.235.32.36:33306/winnerclassweb"
driverClass="com.mysql.jdbc.Driver" password="123456" userId="winnerclass" />
<!-- 默认false,把JDBC DECIMAL 和 NUMERIC 类型解析为 Integer,为 true时把JDBC DECIMAL
和 NUMERIC 类型解析为java.math.BigDecimal -->
<javaTypeResolver>
<property name="forceBigDecimals" value="false" />
</javaTypeResolver>
<!-- targetProject:生成PO类的位置 -->
<javaModelGenerator targetPackage="com.yidu.bean"
targetProject="clothingDemo/src/main/java" />
<!-- targetProject:mapper映射文件生成的位置 -->
<sqlMapGenerator targetPackage="config.mapper"
targetProject="clothingDemo/src/main/resources" />
<!-- targetPackage:mapper接口生成的位置 -->
<javaClientGenerator targetPackage="com.yidu.dao"
targetProject="clothingDemo/src/main/java" type="XMLMAPPER" />
<!-- 指定数据库表 -->
<table tableName="wcw_afterdetail "></table>
<table tableName="wcw_aftersale"></table>
<table tableName="wcw_announcement"></table>
<table tableName="wcw_brachmember"></table>
<table tableName="wcw_brachpurchasedetails"></table>
<table tableName="wcw_brachsale"></table>
<table tableName="wcw_brachsalelnvoice"></table>
<table tableName="wcw_brachurchase"></table>
<table tableName="wcw_branchcontract"></table>
<table tableName="wcw_branchwarehouse"></table>
<table tableName="wcw_branchwarehouseaccessdetails"></table>
<table tableName="wcw_branchwarehousedetails"></table>
<table tableName="wcw_brasaledetails"></table>
<table tableName="wcw_clothing"></table>
<table tableName="wcw_clothing_type"></table>
<table tableName="wcw_clothingmaterial"></table>
<table tableName="wcw_company"></table>
<table tableName="wcw_contractofpurchase"></table>
<table tableName="wcw_data"></table>
<table tableName="wcw_manager"></table>
<table tableName="wcw_manager_role"></table>
<table tableName="wcw_manufacturing"></table>
<table tableName="wcw_material"></table>
<table tableName="wcw_membertype"></table>
<table tableName="wcw_module"></table>
<table tableName="wcw_policy"></table>
<table tableName="wcw_produce"></table>
<table tableName="wcw_productionplan"></table>
<table tableName="wcw_property"></table>
<table tableName="wcw_propertyaccess"></table>
<table tableName="wcw_purchasedetails"></table>
<table tableName="wcw_qualityinspection"></table>
<table tableName="wcw_receivingmaterialrecords"></table>
<table tableName="wcw_return"></table>
<table tableName="wcw_returndetail"></table>
<table tableName="wcw_review"></table>
<table tableName="wcw_role"></table>
<table tableName="wcw_role_module"></table>
<table tableName="wcw_sale"></table>
<table tableName="wcw_saledetails"></table>
<table tableName="wcw_salelnvoice"></table>
<table tableName="wcw_urchase"></table>
<table tableName="wcw_warehouse"></table>
<table tableName="wcw_warehouseaccess"></table>
<table tableName="wcw_warehouseaccessdetails"></table>
<table tableName="wcw_warehousedetails"></table>
<table tableName="wcw_image"></table>
</context>
</generatorConfiguration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xiaozhennan/clothingDemo.git
git@gitee.com:xiaozhennan/clothingDemo.git
xiaozhennan
clothingDemo
clothingDemo
master

搜索帮助