登录 权限 放行 功能整理

This commit is contained in:
liumengyu
2026-08-18 18:04:30 +08:00
parent 5a74ab0b0d
commit 8aeaad4309
21 changed files with 373 additions and 387 deletions
@@ -106,7 +106,7 @@ mybatis-plus:
# 搜索指定包别名
typeAliasesPackage: com.roomroot.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml
mapperLocations: classpath*:mapper/**/*Mapper.xml,classpath*:com/roomroot/**/mapper/*.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml