我从Github克隆了Spring Cloud Config(https://github.com/spring-cloud/spring-cloud-config),它带有spring-cloud-build版本1.1.0.BUILD-SNAPSHOT,但是它没有编译(无法解析boot.Banner,boot.context和NativeEnvironmentRepository.java中的boot.env)。
我阅读并决定尝试在http://cloud.spring.io/spring-cloud-config/上找到的1.0.2.RELEASE但它仍然无法编译(仍然无法解析boot.env等)。我尝试将Spring Cloud更改为版本Angel.SR3,但这没有任何区别。
我正在使用Mac OS X El Capitan和Maven 3.3
还有其他人有这个问题吗?我也在Windows 7和我的EC2实例上尝试过它。
更新:服务器&客户端使用code
mvn spring-boot:run code
在CLI上运行了几次执行,但最终返回了编译错误