spring-boot-starter-actuator与datasource循环依赖冲突解决

在SpringCloud工程中引入RabbitMQ作为消息监控的时候需要引入  spring-boot-starter-actuator  依赖包,在引入依赖包之后可能会出现问题  他与datasource循环依赖冲突: 出现这种情况百度出好多种的解决方案,结果都不行。 (1)在配置文件中增加如下配置: spring:   cloud:     refresh:       refreshable
相关文章
相关标签/搜索