mirror of
https://github.com/201206030/novel.git
synced 2025-09-14 05:02:43 +00:00
perf: 增加 Spring Boot Admin 的 SBA Client 配置
This commit is contained in:
@@ -147,6 +147,11 @@ spring:
|
|||||||
username: novel
|
username: novel
|
||||||
# Spring Boot Admin 服务端认证密码
|
# Spring Boot Admin 服务端认证密码
|
||||||
password: novel
|
password: novel
|
||||||
|
instance:
|
||||||
|
metadata:
|
||||||
|
# SBA Client
|
||||||
|
user.name: ${spring.security.user.name}
|
||||||
|
user.password: ${spring.security.user.password}
|
||||||
security:
|
security:
|
||||||
user:
|
user:
|
||||||
name: ENDPOINT_ADMIN
|
name: ENDPOINT_ADMIN
|
||||||
|
Reference in New Issue
Block a user