!582 优化admin配置文件读取

* update 优化admin监控配置读取名称
* update 优化admin监控配置读取
This commit is contained in:
AprilWind
2024-09-11 04:02:16 +00:00
committed by 疯狂的狮子Li
parent b522bc015d
commit 5e3231d59b
6 changed files with 18 additions and 12 deletions

View File

@ -13,8 +13,8 @@ logging:
spring:
security:
user:
name: ruoyi
password: 123456
name: @monitor.username@
password: @monitor.password@
boot:
admin:
ui:
@ -44,5 +44,5 @@ spring.boot.admin.client:
metadata:
username: ${spring.boot.admin.client.username}
userpassword: ${spring.boot.admin.client.password}
username: ruoyi
password: 123456
username: @monitor.username@
password: @monitor.password@

View File

@ -46,5 +46,5 @@ spring.boot.admin.client:
metadata:
username: ${spring.boot.admin.client.username}
userpassword: ${spring.boot.admin.client.password}
username: ruoyi
password: 123456
username: @monitor.username@
password: @monitor.password@

View File

@ -46,5 +46,5 @@ spring.boot.admin.client:
metadata:
username: ${spring.boot.admin.client.username}
userpassword: ${spring.boot.admin.client.password}
username: ruoyi
password: 123456
username: @monitor.username@
password: @monitor.password@