我正在尝试在安装在 debian 上的 wildfly 上部署 spring boot+vaadin 14 应用程序。我收到错误 - 无法写入 package.json 文件
Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.2.Final:deploy
(default-cli) on project admin: Failed to execute goal deploy:
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:"
=> {"Operation step-1" => {"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"admin.war\".undertow-deployment" => "java.lang.RuntimeException:
java.io.UncheckedIOException: java.io.IOException:
File '/home/gitlab-runner/builds/a41nNuzA/0/...../package.json' cannot be written to
他想把它写在哪里?如何设置vaadin?
需要在生产模式下运行
在做之前