环境
Maven特定环境变量(Spring Cloud Data Flow Server)
MAVEN_LOCALREPOSITORY = C:/Users/xx/.m2/repository/ MAVEN_REMOTE_REPOSITORIES_REPO1_URL = http://repo.spring.io/libs-snapshot
部署包含位于远程存储库中的应用程序的Streams工作正常!部署包含位于本地存储库的应用程序崩溃的流(org.springframework.cloud.dataflow.rest.client.DataFlowClientException:无法解析MavenResource:....)。
为什么?
答案 0 :(得分:0)
local
存储库的属性必须是:
MAVEN_LOCAL_REPOSITORY =C:/Users/xx/.m2/repository/
LOCAL和REPOSITORY之间的underscore
。
您是否在文档中的任何位置看到了MAVEN_LOCALREPOSITORY
?