21.11.21 20:53 작성
·
1.6K
답변 3
61
2021. 11. 21. 22:59
고맙습니다. 최지선님^^!
스프링 부트 2.6 릴리즈 노트를 확인해보니 순환 참조를 기본적으로 금지하도록 변경되었습니다.
순환 참조를 허용하도록 해결하려면
application.properties 파일에 다음을 추가해야합니다.
spring.main.allow-circular-references=true
메뉴얼에도 업데이트 해둘께요^^!
참고: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes
감사합니다.
0
0