mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 03:18:35 +08:00
fix 修复 dubbo 自动配置优先级高于 nacos 导致配置不生效 循环依赖报错
This commit is contained in:
@@ -4,6 +4,9 @@ server:
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
main:
|
||||
# 此配置禁止放入 nacos 优先级不够
|
||||
allow-circular-references: true
|
||||
application:
|
||||
# 应用名称
|
||||
name: ruoyi-doc
|
||||
|
||||
Reference in New Issue
Block a user