[오류내용]

프로젝트를 수행 중 test run해보니 아래와 같은 오류 발생

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

 

[오류해결]

@SpringBootTest(classes = HellobootApplication.class)

test 파일에 해당 java 파일 아래 해당 파일 경로 추가 해주면 오류 해결됨

+ Recent posts