You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
YAML
14 lines
302 B
YAML
3 years ago
|
# 监控中心配置
|
||
3 years ago
|
spring:
|
||
|
security:
|
||
|
user:
|
||
|
name: ruoyi
|
||
|
password: 123456
|
||
|
boot:
|
||
|
admin:
|
||
|
ui:
|
||
3 years ago
|
title: RuoYi-Cloud-Plus服务监控中心
|
||
|
discovery:
|
||
|
# seata 不具有健康检查的能力 防止报错排除掉
|
||
3 years ago
|
ignored-services: ruoyi-seata-server
|