Debug Log

JPA)Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test

밍미a 2023. 2. 2. 10:57
728x90

문제인식

Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test

에러가 발생했다. 


문제해결

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

테스트 코드의 파일구조를 메인과 똑같이 만들어주었더니 해결되었다.