nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter ,已解决

编程入门 行业动态 更新时间:2024-10-27 15:19:53

nested exception is <a href=https://www.elefans.com/category/jswz/34/1770091.html style=java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter ,已解决"/>

nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter ,已解决

项目启动报错

nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter

nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter

解决办法 添加一下依赖,亲测可用

<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>

更多推荐

nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConve

本文发布于:2024-03-07 15:51:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1718243.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:java   lang   nested   exception   NoClassDefFoundError

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!