【新增、修改】1、新增 学生、教师关联关系;2、修改 用户表属性,权限属性

This commit is contained in:
任维炳
2025-04-23 17:24:58 +08:00
parent 121da7c76a
commit ec51e36d20
29 changed files with 707 additions and 24 deletions

View File

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