【发布时间】:2019-05-08 10:46:39
【问题描述】:
我想仅使用后端代码生成微服务应用程序。 我在this 中找到了解决方案。 我使用 jhipster --skip-client 但它仍然有一些字体端文件,如 node-modules、packege.json...
在那之后,我找到了另一个解决方案,而不是 jhipster --skip-client 。我使用 jhipster:server 并且它有效。我没有任何 Font-End 文件,但我可以使用 mvnw 运行。这是我的错误
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.184 s
[INFO] Finished at: 2019-05-08T16:20:28+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties (default) on project test-mic: Properties could not be loaded from File: C:\Users\DatNT80\Desktop\TestMic\sonar-project.properties -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
我该如何解决我的问题
【问题讨论】:
-
能否请您从输出中粘贴更多内容?
标签: jhipster