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