728x90
문제인식
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
에러가 발생했다.

문제해결

스프링부트 테스트가 메인의 파일구조를 따라가지 못해서 생긴 에러이다.

테스트 코드의 파일구조를 메인과 똑같이 만들어주었더니 해결되었다.
'Debug Log' 카테고리의 다른 글
| Failed to connect to service endpoint (0) | 2023.02.18 |
|---|---|
| JPA) Could not open JDBC Connection for transaction (0) | 2023.02.02 |
| JPA) Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set (0) | 2023.02.02 |
| 스프링) cannot find symbol method getProfileImage() (0) | 2023.01.18 |
| 에러코드 해석하는 방법. 에러코드를 꼼꼼히 해석하는 습관을 들이자..! (0) | 2023.01.08 |