에러 메시지
java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classes
원인
같은 패키지 안에 @SpringBootApplication 어노테이션이 중복
검색해서 1개만 있도록 수정
반응형
'오류관리' 카테고리의 다른 글
Recv faijlure: Connection was reset (0) | 2022.09.20 |
---|---|
Test ignored. with IntelliJ (0) | 2022.09.06 |
a bean with that name has already been defined in class path resource (0) | 2022.06.09 |
Cannot get a connection, pool error Timeout waiting for idle object (0) | 2022.01.11 |
No serializer found for class ... (0) | 2021.12.29 |