오류관리
[Spring] java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classes
k9e4h
2022. 7. 7. 10:45
에러 메시지
java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classes
원인
같은 패키지 안에 @SpringBootApplication 어노테이션이 중복
검색해서 1개만 있도록 수정
반응형