报错:The dependencies of some of the beans in the application context form a cycle
使用springBoot启动报错,原因:
同时使用@AllArgsConstructor和@Autowired注解导致
如:
报错:The dependencies of some of the beans in the application context form a cycle
去掉@AllArgsConstructor即可
报错:The dependencies of some of the beans in the application context form a cycle
具体@AllArgsConstructor和@Autowired同时使用为什么会导致这个问题?希望有大神能帮忙解答,谢谢大神!

相关文章:

  • 2021-05-24
  • 2021-09-04
  • 2021-09-19
  • 2021-05-02
  • 2021-11-24
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-05-11
  • 2022-12-23
  • 2021-09-23
相关资源
相似解决方案