Issues starting Spring Cloud CLI

。_饼干妹妹 提交于 2019-12-11 05:30:00

问题


I'm learning about microservices and I need spring cloud cli for this test project.

I have installed spring boot cli (extracted and added to path) version Spring CLI v2.0.3.RELEASE.

I have installed the spring cloud cli plugin (spring-cloud-cli:1.3.1.RELEASE), and verify it with checking its version.

I would like to execute [spring cloud eureka configserver zipkin] but I'm getting:

File ........\.m2\repository\org\springframework\cloud\launcher\spring-cloud-launcher-deployer\1.3.3.BUILD-SNAPSHOT\spring-cloud-launcher-deployer-1.3.3.BUILD-SNAPSHOT.jar must exist


回答1:


Works for me with 1.4.0.RELEASE (2.0.0.RELEASE isn't out yet, but should be soon). You probably have a bad jar file in your local maven cache (e.g. the one that it complains about).



来源:https://stackoverflow.com/questions/51442393/issues-starting-spring-cloud-cli

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!