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

1. 현상 OpenFeign을 사용하기 위해 dependency들을 추가했다 dependencies { ... implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' } dependencyManagement { imports { mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.3" } } 그리고 빌드했더니 빌드 실패가 뜨면서 이런 에러가 보였다 > Could not resolve all files for configuration ':compileClasspath'. > Could not find org.springframework.cloud:spring-..
개발/Spring
2023. 6. 9. 12:48