250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- SpringBoot
- STS
- spring
- Open Source
- AJAX
- MSSQL
- Spring Boot
- jpa
- oracle
- Python
- 문서
- IntelliJ
- 설정
- Tomcat
- Eclipse
- Docker
- JavaScript
- maven
- MySQL
- error
- ubuntu
- PostgreSQL
- myBatis
- Source
- Core Java
- 오픈소스
- git
- Thymeleaf
- Exception
- JDBC
Archives
- Today
- Total
헤르메스 LIFE
[IntelliJ] package springfox.documentation.builders does not exist 본문
Eclipse와 IntelliJ 관련
[IntelliJ] package springfox.documentation.builders does not exist
헤르메스의날개 2024. 2. 6. 23:40728x90
IntelliJ 를 사용하면서, package springfox.documentation.builders does not exist 같은 오류가 발생 했습니다.
Swagger 를 Dependency 했는데, IntelliJ 가 그 설정을 확인하지 못하고 있는 오류 입니다.
IntelliJ 가 좋은 프로그램인건 맞는데... 이런 오류는 좀 힘들게 하네요.
오류는 보이는 데, Tomcat 서버도 정상적으로 띄워지네요.
개발환경
Ubuntu 22.04.3 LTS
IntelliJ 2023.3.3 Ultimate
Swagger 3.x
Gradle
추가적으로 Gradle dependency를 추가했고, 소스를 정상적으로 개발했는데...
Server를 띄우면 Class를 찾을 수 없다는 오류가 발생하는 경우가 있습니다.
역시 캐시를 초기화하고, IntelliJ를 Restart 하면 정상적으로 Server가 띄워집니다.
결론적으로 해결 방법은 캐시를 초기화하고 프로젝트를 다시 빌드합니다.
[ File ] -> [ Invalidate Caches ] : 캐시를 초기화 합니다.
> Restart : 재시작
[ Build ] -> [ Rebuild Project ] : 프로젝트 리빌드
추가적으로 아래의 내용들을 검색되었습니다.
1. Reload All Gradle Project

2. .idea 폴더 삭제 ( 이건 뭔지 모르겠습니다. )
728x90
'Eclipse와 IntelliJ 관련' 카테고리의 다른 글
STS 4.x 에서 downloading external resources is disabled. 오류 메시지 (0) | 2024.07.24 |
---|---|
[Ubuntu] STS 4.22.0 설치 (0) | 2024.04.25 |
[STS] STS 3.9.17 Spring MVC 프로젝트 생성 (0) | 2023.02.17 |
[STS] STS 설치 - 4.17.1.RELEASE (0) | 2023.01.29 |
STS 에서 Maven Build 하는 방법 (0) | 2022.06.26 |