代码拉取完成,页面将自动刷新
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。