[Intellij] Import 시 cannot resolve symbol 에러
2021. 8. 24. 10:14ㆍSpring
에러 상황
해결 방법
1. Gradle clean
- View - Tool Windows -Gradle
2. Invalidate caches
- File/Invalidate caches
3. Refresh Gradle Dependencies
- View - Tool Windows -Gradle
- 해당 Gradle 우클릭 후 Refresh Gradle Dependencies
'Spring' 카테고리의 다른 글
@Resource, @Autowired, @Inject 차이점(feat. @Qualifier) (0) | 2021.10.18 |
---|---|
Intellij 자동주석 템플릿 (0) | 2021.10.06 |
SdkClientException: Unable to find a region via the region provider chain 에러 (0) | 2021.08.06 |
restTemplate을 이용한 API 호출 (0) | 2021.07.22 |
stackoverflow 에러(annotations for web application [/api] due to a StackOverflowError) (1) | 2021.07.21 |