开发环境中Jhipster Maven微服务网关应用程序的Jhipster Webpack失败

时间:2018-10-08 15:20:45

标签: maven microservices jhipster api-gateway

我已经使用Jhipster生成了一个示例微服务应用程序和一个微服务网关应用程序。这两个应用程序都是使用maven构建的,并且都使用Jhipster注册表进行标识和路由。我能够成功构建Micro服务应用程序,并能够通过分配的localhost端口访问它。

在为网关应用程序构建./mvnw时遇到构建问题。但是它可以为gradle应用程序正确构建,并且API正常运行。在org.springframework.boot:spring-boot-maven-plugin:2.0.5中,我只遇到了有关Maven的问题。

它运行在Windows 10计算机(最新版本的Jhipster)上。

Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.5.RELEASE:run (default-cli) on project api-contact-gateway: Could not exec java: Cannot run program "C:\Program Files\Java\jdk1.8.0_181\jre\bin\java.exe": CreateProcess error=206, The filename or extension is too long

我进行了进一步调试,可以看到作为JVM参数一部分传递的Classpath太长。但是我的系统变量设置正确。

1 个答案:

答案 0 :(得分:1)

我找不到任何具体的解决方案。我只是将Jhipster版本降低到4.14