mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-04 04:45:28 +08:00
移除shiro
This commit is contained in:
@ -63,8 +63,6 @@ jeecg:
|
||||
path:
|
||||
upload: /opt/upFiles
|
||||
webapp: /opt/webapp
|
||||
shiro:
|
||||
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
||||
oss:
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
accessKey: ??
|
||||
@ -144,4 +142,15 @@ third-app:
|
||||
enabled: false
|
||||
client-id: ??
|
||||
client-secret: ??
|
||||
agent-id: ??
|
||||
agent-id: ??
|
||||
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
ignore-urls:
|
||||
- /test/jeecgDemo/demo3
|
||||
- /test/jeecgDemo/redisDemo/**
|
||||
- /category/**
|
||||
- /visual/**
|
||||
- /map/**
|
||||
- /jmreport/bigscreen2/**
|
||||
Reference in New Issue
Block a user