mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
perf: 增加 Spring Boot Admin 的 SBA Client 配置
This commit is contained in:
parent
925da99d0b
commit
fc0f3bee1d
@ -147,6 +147,11 @@ spring:
|
||||
username: novel
|
||||
# Spring Boot Admin 服务端认证密码
|
||||
password: novel
|
||||
instance:
|
||||
metadata:
|
||||
# SBA Client
|
||||
user.name: ${spring.security.user.name}
|
||||
user.password: ${spring.security.user.password}
|
||||
security:
|
||||
user:
|
||||
name: ENDPOINT_ADMIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user