springboot循环依赖问题解决

修改application.properties

添加

spring.main.allow-circular-references=true

spring.cloud.refresh.refreshable=none   #(应该是这行生效)

你可能感兴趣的:(spring,boot,后端,java)