doc 添加是否开启超级管理员登录注释

This commit is contained in:
DaxPay
2024-08-12 10:09:23 +08:00
parent a48ba40bf2
commit 1942e7db35
2 changed files with 2 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ bootx:
starter:
# 认证
auth:
# 开启超级管理员登录
enable-admin: true
default-password: 123456
ignore-urls:

View File

@@ -87,9 +87,9 @@ bootx:
starter:
# 认证
auth:
default-password: 123456
# 关闭超级管理员登录
enable-admin: false
default-password: 123456
ignore-urls:
- '/actuator/**'
- '/v3/api-docs/**'