带JDK-11的Jhipster

时间:2019-04-06 02:42:30

标签: jhipster

我用JHipster 6.0.0-beta.0和Java版本“ 11.0.2” LTS 2019-01-15创建了一个项目

我收到以下错误消息。

[错误]无法在项目mx上执行目标org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile(默认编译):致命错误编译:java.lang.NoClassDefFoundError:javax / xml / bind / JAXBException:javax.xml.bind.JAXBException-> [帮助1]

任何建议如何解决?

2 个答案:

答案 0 :(得分:0)

The solution is:

Add the following under <!-- For JPA static metamodel generation -->

<path>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-runtime</artifactId>
    <version>${jaxb-runtime.version}</version>
</path>

答案 1 :(得分:0)

在pom.xml中,balise Java的价值是什么。版本