The dependencies of some of the beans in the application context form a cycle

한지연·2023년 5월 29일
0

❗️ 문제 상황

애플리케이션 실행 시 순환 참조 오류가 발생

🗝️ 해결 방법

스프링이 알려준대로 application.yml 파일에 allow-circular-references: true를 설정해준다.

spring:
  main:
    allow-circular-references: true
profile
배우고 활용하는 것을 즐기는 개발자, 한지연입니다!

0개의 댓글