第一句子网 - 唯美句子、句子迷、好句子大全
第一句子网 > Relying upon circular references is discouraged and they are prohibited by default.

Relying upon circular references is discouraged and they are prohibited by default.

时间:2023-12-29 14:28:26

相关推荐

Relying upon circular references is discouraged and they are prohibited by default.

解决升级 Spring Boot 2.6后,因循环引用导致启动时报错的问题

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.

依赖循环引用是不鼓励的,默认情况下是禁止的。更新应用程序以删除bean之间的依赖循环。作为最后的手段,可以通过设置spring.main来自动打破循环。allow-circular-references为true。

只需要在application.properties 文件中 加入 一行代码

spring.main.allow-circular-references=true

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。