Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 오라클
- 3박4일
- oracle
- db
- 공부
- AndroidStudio
- Java
- Git
- 오류해결
- 도쿄
- 깃허브
- 리눅스
- 안드로이드스튜디오
- 재밌당
- 개발자
- 자바스크립트
- android studio
- Android
- 친구랑
- GitHub
- 1박2일
- 안드로이드
- 자바
- 별5개
- 코틀린
- kotlin
- JavaScript
- error
- Eclipse
- 개발
Archives
- Today
- Total
목록Eclipse (6)
dev_eunz
[SpringBoot] Project and External Dependencies 안보일 때
Spring boot 프로젝트를 하던 중, 갑자기 라이브러리를 읽지 못하는 문제가 발생했다. 다시 확인해보니, 'Project and External Dependencies' 가 사라진것.! 처리했던 방법은 간단했다. 1. .project 파일 편집 ( workspace - 작업폴더 들어가면 있다 ) org.eclipse.wst.common.project.facet.core.builder 해당 부분을 제거해준다. 2. .classpath 파일 편집 위의 코드를 추가해준다. 3. STS / Eclipse 재시작
IT
2021. 2. 15. 18:37