解决方法: 在pom.xml中加入这些配置文件。
<dependency>
<groupId>javax
.xml
.bind
</groupId
>
<artifactId>jaxb
-api
</artifactId
>
<version>2.3.0</version
>
</dependency
>
<dependency>
<groupId>com
.sun
.xml
.bind
</groupId
>
<artifactId>jaxb
-impl
</artifactId
>
<version>2.3.0</version
>
</dependency
>
<dependency>
<groupId>com
.sun
.xml
.bind
</groupId
>
<artifactId>jaxb
-core
</artifactId
>
<version>2.3.0</version
>
</dependency
>
<dependency>
<groupId>javax
.activation
</groupId
>
<artifactId>activation
</artifactId
>
<version>1.1.1</version
>
</dependency
>
转载请注明原文地址:https://ipadbbs.8miu.com/read-45665.html