点题:【BUG调试】项目启动循环依赖问题 The dependencies of some of the beans in the application context form a cycle
在新建的spring-boot项目启动时出现一个错误,报错/问题截图如下:
The dependencies of some of the beans in the application context form a cycle
二,问题处理:
在项目工程的.yml文件添加一段禁止加载循环依赖的显示设置,设置代码如下:
spring:
main:
allow-circular-references