Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.model.annotation.AnnotationReader

前端 未结 5 1435
暖寄归人
暖寄归人 2020-12-09 15:25

You might think that following issue is very simple, but I don\'t know what I did wrong here. I feel I added required dependencies. Haven\'t I?

Could anyone please s

5条回答
  •  忘掉有多难
    2020-12-09 15:59

    Solve the error by adding these two dependencies in pom

        
            com.sun.xml.bind
            jaxb-impl
            2.2.11
        
        
            com.sun.xml.bind
            jaxb-core
            2.2.11
        
    

提交回复
热议问题