mirror of https://github.com/jeecgboot/jeecg-boot
yaml加入security配置
parent
1f74cb538f
commit
2f3aff9584
|
@ -22,7 +22,7 @@ management:
|
|||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: metrics,jeecghttptrace
|
||||
include: metrics,httpexchanges,jeecghttptrace
|
||||
|
||||
spring:
|
||||
flyway:
|
||||
|
|
|
@ -22,7 +22,7 @@ management:
|
|||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: metrics,jeecghttptrace
|
||||
include: metrics,httpexchanges,jeecghttptrace
|
||||
|
||||
spring:
|
||||
flyway:
|
||||
|
@ -328,3 +328,11 @@ justauth:
|
|||
type: default
|
||||
prefix: 'demo::'
|
||||
timeout: 1h
|
||||
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
ignore-urls:
|
||||
- /test/jeecgDemo/demo3
|
||||
- /test/jeecgDemo/redisDemo/**
|
||||
- /jmreport/bigscreen2/**
|
|
@ -22,7 +22,7 @@ management:
|
|||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: metrics,jeecghttptrace
|
||||
include: metrics,httpexchanges,jeecghttptrace
|
||||
|
||||
spring:
|
||||
flyway:
|
||||
|
@ -216,8 +216,6 @@ jeecg:
|
|||
upload: /opt/upFiles
|
||||
#webapp文件路径
|
||||
webapp: /opt/webapp
|
||||
shiro:
|
||||
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
|
||||
#阿里云oss存储和大鱼短信秘钥配置
|
||||
oss:
|
||||
accessKey: ??
|
||||
|
@ -319,4 +317,12 @@ justauth:
|
|||
cache:
|
||||
type: default
|
||||
prefix: 'demo::'
|
||||
timeout: 1h
|
||||
timeout: 1h
|
||||
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
ignore-urls:
|
||||
- /test/jeecgDemo/demo3
|
||||
- /test/jeecgDemo/redisDemo/**
|
||||
- /jmreport/bigscreen2/**
|
|
@ -22,7 +22,7 @@ management:
|
|||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: metrics,jeecghttptrace
|
||||
include: metrics,httpexchanges,jeecghttptrace
|
||||
|
||||
spring:
|
||||
flyway:
|
||||
|
@ -211,8 +211,6 @@ jeecg:
|
|||
upload: /opt/upFiles
|
||||
#webapp文件路径
|
||||
webapp: /opt/webapp
|
||||
shiro:
|
||||
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
|
||||
#阿里云oss存储和大鱼短信秘钥配置
|
||||
oss:
|
||||
accessKey: ??
|
||||
|
@ -314,4 +312,12 @@ justauth:
|
|||
cache:
|
||||
type: default
|
||||
prefix: 'demo::'
|
||||
timeout: 1h
|
||||
timeout: 1h
|
||||
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
ignore-urls:
|
||||
- /test/jeecgDemo/demo3
|
||||
- /test/jeecgDemo/redisDemo/**
|
||||
- /jmreport/bigscreen2/**
|
Loading…
Reference in New Issue