JAVA
[intellij] @SpringBootTest 인식 불가 문제
monad
2021. 10. 8. 11:41
에러 내용: package org.springframework.boot.test.context does not exist
1. File > Settings (Ctrl+Alt+S)
2. Build, Execution, Deployment에서 Build and run using: 과 Run tests using: 을 Gradle로 변경하여 적용
3. 이후 빌드 성능을 위해 필요 시 Intellij IDEA로 변경할 수 있음.