代码拉取完成,页面将自动刷新
同步操作将从 大象/题库答题小程序 强制同步,此操作会覆盖自 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>
<!-- 数据库驱动-->
<classPathEntry location="D:\mybatis-generator\mysql-connector-java-5.1.30.jar"/>
<context id="DB2Tables" targetRuntime="MyBatis3">
<commentGenerator>
<property name="suppressDate" value="true"/>
<!-- 是否去除自动生成的注释 true:是 : false:否 -->
<property name="suppressAllComments" value="true"/>
</commentGenerator>
<!--数据库链接URL,用户名、密码 -->
<jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://127.0.0.1:3306/onlineexam_system" userId="root" password="123456">
</jdbcConnection>
<javaTypeResolver>
<property name="forceBigDecimals" value="false"/>
</javaTypeResolver>
<!-- 生成模型的包名和位置-->
<javaModelGenerator targetPackage="com.mwt.oes.domain" targetProject="D:\onlineexam-system-backend\src\main\java">
<property name="enableSubPackages" value="true"/>
<property name="trimStrings" value="true"/>
</javaModelGenerator>
<!-- 生成映射文件的包名和位置-->
<sqlMapGenerator targetPackage="mapper" targetProject="D:\onlineexam-system-backend\src\main\resources">
<property name="enableSubPackages" value="true"/>
</sqlMapGenerator>
<!-- 生成DAO的包名和位置-->
<javaClientGenerator type="XMLMAPPER" targetPackage="com.mwt.oes.dao" targetProject="D:\onlineexam-system-backend\src\main\java">
<property name="enableSubPackages" value="true"/>
</javaClientGenerator>
<!-- 要生成的表 tableName是数据库中的表名或视图名 domainObjectName是实体类名-->
<table tableName="admin" domainObjectName="Admin"></table>
<table tableName="bank_fill_que" domainObjectName="BankFillQue"></table>
<table tableName="bank_judge_que" domainObjectName="BankJudgeQue"></table>
<table tableName="bank_multiple_choice_que" domainObjectName="BankMultipleChoiceQue"></table>
<table tableName="bank_single_choice_que" domainObjectName="BankSingleChoiceQue"></table>
<table tableName="paper" domainObjectName="Paper"></table>
<table tableName="paper_que" domainObjectName="PaperQue"></table>
<table tableName="programing_language" domainObjectName="ProgramingLanguage"></table>
<table tableName="student" domainObjectName="Student"></table>
<table tableName="student_feedback" domainObjectName="StudentFeedback"></table>
<table tableName="student_home_rotation_img" domainObjectName="StudentHomeRotationImg"></table>
<table tableName="student_paper_answer" domainObjectName="StudentPaperAnswer"></table>
<table tableName="student_paper_score" domainObjectName="StudentPaperScore"></table>
<table tableName="teacher" domainObjectName="Teacher"></table>
<table tableName="teacher_notice" domainObjectName="TeacherNotice"></table>
</context>
</generatorConfiguration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。