aop
![[SpringBoot] 종속성 순환 에러 트러블슈팅](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbfXEyN%2FbtrA7GTkIzU%2FAAAAAAAAAAAAAAAAAAAAAFlQ2EGHYIfFMoCjDpurgPSaPPtcprvFx409J5hZVjJy%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DSIW6Oc4ZSE9T89qEbuM2MSpzzRE%253D)
[SpringBoot] 종속성 순환 에러 트러블슈팅
AOP (Aspect Oriented Programming)를 공부하다가 "종속성 순환 에러"가 발생하였다. 해당 이슈에 대해 슈팅해보겠다. ● 트러블 이슈 각 메서드 ( Controller, Service, Repository )에서 처리 시간을 처리하는 AOP를 만드는 도중 아래 에러 메시지가 발생하였다. The dependencies of some of the beans in the application context form a cycle: memberController defined in file [C:\Users\pc\Desktop\hello-spring\hello-spring\out\production\classes\hello\hellospring\controller\MemberControl..