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