【新增】专业-课程-题型功能迁移,知识点半迁移没有调试

This commit is contained in:
任维炳
2025-04-21 15:33:19 +08:00
parent e58a23079c
commit 09afc46c92
21 changed files with 1272 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ flowable:
# MyBatis配置
mybatis:
configuration:
map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
# 搜索指定包别名
typeAliasesPackage: pc.exam.pp.module.**.dal.dataobject
# 配置mapper的扫描找到所有的mapper.xml映射文件

View File

@@ -63,6 +63,17 @@ flowable:
check-process-definitions: false # 设置为 false禁用 /resources/processes 自动部署 BPMN XML 流程
history-level: audit # full保存历史数据的最高级别可保存全部流程相关细节包括流程流转各节点参数
# MyBatis配置
mybatis:
configuration:
map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
# 搜索指定包别名
typeAliasesPackage: pc.exam.pp.module.**.dal.dataobject
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath*:mysql/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
# MyBatis Plus 的配置项
mybatis-plus:
configuration: