mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-11 23:25:33 +08:00
doc 添加是否开启超级管理员登录注释
This commit is contained in:
@@ -102,6 +102,7 @@ bootx:
|
||||
starter:
|
||||
# 认证
|
||||
auth:
|
||||
# 开启超级管理员登录
|
||||
enable-admin: true
|
||||
default-password: 123456
|
||||
ignore-urls:
|
||||
|
||||
@@ -87,9 +87,9 @@ bootx:
|
||||
starter:
|
||||
# 认证
|
||||
auth:
|
||||
default-password: 123456
|
||||
# 关闭超级管理员登录
|
||||
enable-admin: false
|
||||
default-password: 123456
|
||||
ignore-urls:
|
||||
- '/actuator/**'
|
||||
- '/v3/api-docs/**'
|
||||
|
||||
Reference in New Issue
Block a user