mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
17 lines
373 B
YAML
17 lines
373 B
YAML
# 监控中心配置
|
|
spring:
|
|
security:
|
|
user:
|
|
name: ruoyi
|
|
password: 123456
|
|
boot:
|
|
admin:
|
|
ui:
|
|
title: RuoYi-Cloud-Plus服务监控中心
|
|
discovery:
|
|
# seata 不具有健康检查的能力 防止报错排除掉
|
|
ignored-services: ruoyi-seata-server
|
|
# 忽略无用警告
|
|
thymeleaf:
|
|
check-template-location: false
|