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 |
Tags
- 스프링부트 블로그
- spring jpa 사이드프로젝트
- 스프링부트 블로그만들기
- springboot 미니프로젝트
- 파이썬 괄호 회전하기
- springboot 게시판 프로젝트
- 스프링부트 회원가입
- 타입스크립트 기초문법
- springboot 게시판
- 스프링 게시판 만들기
- typescript 기초문법
- 유니티Cube
- springboot 사이드프로젝트
- 파이썬 기초
- 스프링부트 미니프로젝트
- 스프링게시판프로젝트
- springboot 게시판만들기
- spring jpa 게시판
- JS기초
- 타입스크립트 기초
- 스프링부트 update
- 타입스크립트 기본문법
- python 괄호 회전하기
- jpa 게시판
- 스프링부트 게시판만들기
- 유니티기초
- 프로그래머스 괄호 회전하기 python
- 유니티
- 유니티Material
- 괄호 회전하기 파이썬
Archives
- Today
- Total
목록스프링 Could not resolve all files for configuration ':compileClasspath' (1)
Digking's cave
스프링 실행 오류) Execution failed for task ':compileJava'.> Could not resolve all files for configuration ':compileClasspath'. 해결
실행하자마자 다음과 같은 에러가 발생했다. Execution failed for task ':compileJava'. > Could not resolve all files for configuration ':compileClasspath'. 해결방법 build.gradle 에 잘못된 부분이 있어서 오류가 났다. 내 경우에는 implementation 'org.springframework.boot:spring-boot-starter-data-jap' jpa인데 오타가 있었다.(심지어 위에 같은 dependency가 이미 있었다) 이부분을 지워주고 실행하니 깔끔하게 성공!
Spring/Spring 오류해결
2022. 12. 6. 14:42