移除shiro

pull/5819/head
EightMonth 2024-01-16 19:49:42 +08:00
parent 84077e6e24
commit 411a73c1bf
1 changed files with 8 additions and 2 deletions

View File

@ -196,8 +196,6 @@ jeecg:
upload: /opt/upFiles
#webapp文件路径
webapp: /opt/webapp
shiro:
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/jmreport/bigscreen2/**
#阿里云oss存储和大鱼短信秘钥配置
oss:
accessKey: ??
@ -286,3 +284,11 @@ justauth:
type: default
prefix: 'demo::'
timeout: 1h
security:
oauth2:
client:
ignore-urls:
- /test/jeecgDemo/demo3
- /test/jeecgDemo/redisDemo/**
- /jmreport/bigscreen2/**