반응형
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
- error
- Medium
- el1008e
- no sources given
- maybe not public or not valid?
- LeetCode
- Java 1.8
- log error
- springboottest
- querydsl no sources given
- springboot
- easy
- springbatch error
- mac os git error
- java 여러개 버전
- java
- OpenFeign
- yum install java
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- No tests found for given includes
- JUnit
- aws
- java 11
- java 버전 변경
- AWS CLI
- java 1.8 11
- property or field 'jobparameters' cannot be found on object of type
- 스프링부트테스트
- parse
- java version
Archives
- Today
- Total
목록Could not resolve all files for configuration (1)
쩨이엠 개발 블로그
[ Spring boot] Could not resolve all files for configuration compileClasspath
기본만 있었던 dependency에 redis를 추가해야할 일이 생겼다 build.gradle 에 추가해준다 dependencies { ... implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive' implementation 'org.springframework.session:spring-session-data-redis' ... } 추가해 준 후 version이 없다는 에러가 났다 그 위에 plugins을 추가해준다 plugins { id 'org.springframework.boot' version '2.3.3.RELEASE' } dependencies { ... implementation 'org.spring..
개발/Spring
2020. 8. 24. 15:56