【新增】移植试题,试卷任务后端

This commit is contained in:
YOHO\20373
2025-04-23 17:21:25 +08:00
parent e58a23079c
commit 9667460f17
84 changed files with 8039 additions and 4 deletions

View File

@@ -66,14 +66,14 @@ flowable:
# MyBatis配置
mybatis:
# 搜索指定包别名
typeAliasesPackage: pc.exam.pp.module.**.dal.dataobject
type-aliases-package: pc.exam.pp.module.**.dal.dataobject
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath*:mysql/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
mapper-locations: classpath*:mapper/**/*Mapper.xml
# MyBatis Plus 的配置项
mybatis-plus:
mapper-locations: classpath*:mapper/**/*Mapper.xml
configuration:
map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
global-config:
@@ -336,6 +336,17 @@ exam:
- rep_demo_jianpiao
- tmp_report_data_1
- tmp_report_data_income
- exam_question_answer
- exam_question_keyword
- exam_question_score
- sys_file
- education_paper
- education_paper_param
- education_paper_person
- education_paper_qu
- education_paper_scheme
- education_paper_session
- exam_specialty
ignore-caches:
- user_role_ids
- permission_menu_ids