15:33:52.116 [restartedMain] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: indexController ↓ indexServiceImpl ┌─────┐ | contractServiceImpl ↑ ↓ | invoiceServiceImpl └─────┘ Action: Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.

15:33:52.116 [restartedMain] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: indexController ↓ indexServiceImpl ┌─────┐ | contractServiceImpl ↑ ↓ | invoiceServiceImpl └─────┘ Action: Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
用户523753502
2025年01月09日
|
浏览 136

答案是:更新你的应用程序以消除bean之间的依赖循环。如果必要,可以尝试将 spring.main.allow-circular-references 设置为 true 以自动打破循环。

我要提问
复制内容
分享给好友
AI编程问答网 免责声明:
以上内容除特别注明外均来源于网友提问,AI编程问答网回答,权益归原著者所有;