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
- JavaScript
- 안드로이드스튜디오
- db
- 친구랑
- kotlin
- Java
- 도쿄
- AndroidStudio
- android studio
- 자바스크립트
- 별5개
- 오류해결
- 깃허브
- 안드로이드
- 자바
- 개발
- 코틀린
- 공부
- error
- Git
- Android
- GitHub
- 1박2일
- oracle
- Eclipse
- 재밌당
- 3박4일
- 개발자
- 리눅스
- 오라클
Archives
- Today
- Total
목록안보임 (1)
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