服务启动
This commit is contained in:
@@ -159,11 +159,10 @@ auth:
|
||||
token-header: Authorization
|
||||
token-prefix: "Bearer "
|
||||
# 认证接口白名单(login/logout/captcha/refresh)
|
||||
auth-paths:
|
||||
- /auth/login
|
||||
- /auth/logout
|
||||
- /auth/captcha
|
||||
- /auth/refresh
|
||||
login-path: /urban-lifeline/auth/login
|
||||
logout-path: /urban-lifeline/auth/logout
|
||||
captcha-path: /urban-lifeline/auth/captcha
|
||||
refresh-path: /urban-lifeline/auth/refresh
|
||||
# 通用白名单(Swagger、健康检查等)
|
||||
whitelist:
|
||||
- /actuator/**
|
||||
@@ -174,7 +173,9 @@ auth:
|
||||
- /doc.html
|
||||
- /favicon.ico
|
||||
- /error
|
||||
|
||||
security:
|
||||
aes:
|
||||
secret-key: 1234567890qwer
|
||||
# Actuator 监控端点
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
Reference in New Issue
Block a user