This commit is contained in:
wangjianhong
2025-07-14 08:33:27 +08:00
parent f66a4ad4bd
commit 1ee4f97ec2
20 changed files with 125 additions and 618 deletions

View File

@@ -3,8 +3,15 @@ server:
spring:
aop:
proxy-target-class: true
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/db_base_authorization?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: yyds@8848
application:
name: authorization-server-standalone
data:
@@ -28,9 +35,18 @@ arrokoth:
issuer: https://www.arrokoth-info.com
security:
web:
swagger-ui: false
login-page: /login
logout-success-url: /login?logout
permit-urls:
- /home/login
logging:
level:
root: INFO
com.arrokoth: DEBUG
org.springdoc: INFO
org.springframework: INFO
org.springframework.security: DEBUG
org.springframework.security.oauth2: DEBUG