update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user