반응형
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
- springbatch error
- property or field 'jobparameters' cannot be found on object of type
- No tests found for given includes
- querydsl no sources given
- Medium
- java
- aws
- OpenFeign
- yum install java
- no sources given
- Java 1.8
- 스프링부트테스트
- LeetCode
- easy
- error
- maybe not public or not valid?
- java version
- parse
- java 1.8 11
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- java 버전 변경
- java 11
- springboottest
- java 여러개 버전
- AWS CLI
- springboot
- el1008e
- JUnit
- log error
- mac os git error
Archives
- Today
- Total
목록During the build (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