-
[Spring Boot]1.4.2.RELEASE is missing, no dependency information availableJava/Spring Framework 2016. 12. 26. 23:50728x90반응형
책을 따라하던 중 Boot 1.4.2.RELEASE로 한답시고, springloaded의 버전까지 1.4.2로 설정.
mvn package를 하는데 다음과 같은 에러가 발생
1.4.2.RELEASE의 dependency를 resolve할 수 없다??
MVN REPOSITORY에서 Springloaded를 검색해보니 최신 버전이 1.2.6.RELEASE!
그래서 1.4.2.RELEASE로 되있던 것을 1.2.6.RELEASE로 바꾸니 package 성공!
org.springframework springloaded 1.2.6.RELEASE 반응형'Java > Spring Framework' 카테고리의 다른 글
M1, RC, GA 란? (0) 2017.05.25 [Spring Boot] Welcome Page 설정 (0) 2016.12.30 [Spring Security] invalid csrf token 'null' was found on the request parameter '_csrf' or header 'x-csrf-token' (0) 2016.12.26 [Spring Boot] A file path that is implicitly relative to the current working directory is not allowed in the database URL (0) 2016.12.25 [Spring Boot] POST method 한글 깨짐 (0) 2016.12.25