반응형
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 |
Tags
- LeetCode
- java 버전 변경
- mac os git error
- statement.executequery() cannot issue statements that do not produce result sets.
- Java 1.8
- ssl프로토콜확인
- JUnit
- Medium
- aws
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- easy
- error
- mysql executequery error
- springboottest
- java 여러개 버전
- parse
- log error
- OpenFeign
- 스프링부트테스트
- java 1.8 11
- ssl이란?
- java
- AWS CLI
- springboot
- yum install java
- No tests found for given includes
- tls프로토콜확인
- xcrun: error: invalid active developer path
- java version
- java 11
Archives
- Today
- Total
목록Could not find org.springframework.boot (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