JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

3-springboot编译报错Relying upon circular references is discouraged and they are prohibited by default

发布时间 2023-03-22 21:11:06作者: companion

如果是.properties文件,在文件中添加

spring.main.allow-circular-references=true

如果是.yml文件,则在文件中添加

spring:
  main:
    allow-circular-references:true
文章参考:
https://blog.csdn.net/weixin_45812467/article/details/123985626
    本栏目推荐文章
  • 蚂蚁爱购--靠谱的SpringBoot项目
  • 1.12_redis 的存取在最后 晚上_浙江本地环境的header不能用线上的_header中host和refer分别代表什么意思?_模型的save()参数是数组怎么理解?
  • 实时数据流无忧:用 SpringBoot 和 SSE 打造动态前端更新的终极指南
  • cdn引入vue后报错无法识路径 Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
  • springBoot(基础部分)
  • SpringBoot配置报错:Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class
  • 40 个 SpringBoot 常用注解:让生产力爆表!
  • Springboot 全局日期时间格式处理
  • SpringBoot中使用SpringEvent业务解耦神器实现监听发布事件同步异步执行任务
  • SpringBoot3.x升级整合各依赖
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们