代码拉取完成,页面将自动刷新
同步操作将从 malizhi/answerWeb 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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="DB2Tables" targetRuntime="MyBatis3">
<!-- 让逆向工程产生的文件不需要注释 -->
<commentGenerator>
<property name="suppressAllComments" value="true" />
</commentGenerator>
<!-- 配置数据库连接 -->
<jdbcConnection driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/AnswerWeb" userId="root"
password="root">
</jdbcConnection>
<javaTypeResolver>
<property name="forceBigDecimals" value="false" />
</javaTypeResolver>
<!-- 指定javaBean生成位置 -->
<!-- targetProject=".\src\main\java"> : bean所在工程的名字 -->
<javaModelGenerator targetPackage="cn.edu.lingnan.pojo"
targetProject=".\src">
<property name="enableSubPackages" value="true" />
<property name="trimStrings" value="true" />
</javaModelGenerator>
<!-- 指定sql映射文件生成的位置 -->
<sqlMapGenerator targetPackage="mapper" targetProject=".\config">
<property name="enableSubPackages" value="true" />
</sqlMapGenerator>
<!-- 指定dao接口生成的位置 -->
<javaClientGenerator type="XMLMAPPER"
targetPackage="cn.edu.lingnan.dao" targetProject=".\src">
<property name="enableSubPackages" value="true" />
</javaClientGenerator>
<!--
<table tableName="user" domainObjectName="User"></table>
<table tableName="admins" domainObjectName="Admins"></table>
<table tableName="options" domainObjectName="Options"></table>
<table tableName="question" domainObjectName="Question"></table>
<table tableName="questiontype" domainObjectName="QuestionType"></table>
<table tableName="records" domainObjectName="Records"></table>
<table tableName="records" domainObjectName="Records"></table>
<table tableName="wechatuser" domainObjectName="WeChatUser"></table>-->
<table tableName="user" domainObjectName="User"></table>
<table tableName="tempUrl" domainObjectName="TempUrl"></table>
</context>
</generatorConfiguration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。