项目启动时报红:“Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter”

在pom.xml内添加依赖

<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api</artifactId>
    <version>2.3.0</version>
</dependency>

更新Maven仓库,重启项目问题解决

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐