接口对接

This commit is contained in:
wangjianhong
2025-07-17 09:24:08 +08:00
parent ca7bf71474
commit 144fa79201
4 changed files with 27 additions and 16 deletions

View File

@@ -2,6 +2,8 @@ server:
port: 8080
arrokoth:
logger:
enabled: false
authorization:
server:
consent-page: /oauth2/consent
@@ -16,6 +18,7 @@ arrokoth:
- /home/login
- /login/oauth2/**
- /oauth2/token
- /system/dict/getDictData
# RestApi增强配置
graceful-rest-response:
@@ -63,5 +66,3 @@ logging:
com.arrokoth: DEBUG
org.springdoc: INFO
org.springframework: INFO
org.springframework.security: DEBUG
org.springframework.security.oauth2: DEBUG