设计权限

This commit is contained in:
2025-08-29 01:30:46 +08:00
parent 073f614a21
commit 7daf2ada66
23 changed files with 1812 additions and 2 deletions

View File

@ -125,6 +125,7 @@ security:
# todo 仅测试
- /facility/matrix/**
- /**/changxie/callback/**
- /gps/equipment/dataAcceptance
# 多租户配置
tenant:
@ -194,6 +195,7 @@ api-decrypt:
- /actuator/** # 放行监控接口
- /other/ys7Device/webhook # 放行萤石云设备回调接口
- /auth/register # 放行注册接口
- /gps/equipment/dataAcceptance # GPS数据接收接口
springdoc:
api-docs:
@ -269,6 +271,8 @@ springdoc:
packages-to-scan: org.dromara.bigscreen
- group: 22.投标管理模块
packages-to-scan: org.dromara.bidding
- group: 23.GPS定位模块
packages-to-scan: org.dromara.gps
# - group: 20.合同模块
# packages-to-scan: org.dromara.ctr