yaml加入security配置

This commit is contained in:
JEECG
2025-08-03 10:37:08 +08:00
parent 1f74cb538f
commit 2f3aff9584
4 changed files with 30 additions and 10 deletions

View File

@ -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/**