update 优化 调整 system entity 实体与 controller 包结构

This commit is contained in:
疯狂的狮子li
2023-01-16 11:16:37 +08:00
parent df6867ee05
commit f3aff34602
54 changed files with 80 additions and 79 deletions

View File

@ -212,9 +212,11 @@ springdoc:
group-configs:
- group: 1.演示模块
packages-to-scan: com.ruoyi.demo
- group: 2.系统模块
- group: 2.通用模块
packages-to-scan: com.ruoyi.web
- group: 3.代码生成模块
- group: 3.系统模块
packages-to-scan: com.ruoyi.system
- group: 4.代码生成模块
packages-to-scan: com.ruoyi.generator
# 防止XSS攻击