JAVA/Java error
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
JENN_tech7
2021. 6. 17. 16:33
728x90
SMALL
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
뭐 이런 에러가 떴다
결론은 annotation의 문제였다
어떤 파일에서 복붙을 했는데 그게 제대로 수정이 안되고 중복된 annotation이 되었을 때...
@붙어있는 쪽에 수정이 잘 되어있는지 확인해볼것
728x90
LIST