| | |
| | | spring: |
| | | security: |
| | | user: |
| | | name: ruoyi |
| | | password: 123456 |
| | | name: @monitor.username@ |
| | | password: @monitor.password@ |
| | | boot: |
| | | admin: |
| | | ui: |
| | | title: RuoYi-Vue-Plus服务监控中心 |
| | | context-path: /admin |
| | | |
| | | --- # Actuator 监控端点的配置项 |
| | | management: |
| | |
| | | # 增加客户端开关 |
| | | enabled: true |
| | | # 设置 Spring Boot Admin Server 地址 |
| | | url: http://localhost:9090/admin |
| | | url: http://localhost:9090 |
| | | instance: |
| | | service-host-type: IP |
| | | metadata: |
| | | username: ${spring.boot.admin.client.username} |
| | | userpassword: ${spring.boot.admin.client.password} |
| | | username: ruoyi |
| | | password: 123456 |
| | | username: @monitor.username@ |
| | | password: @monitor.password@ |