rocketmq-externals-master\rocketmq-console 打包 Error creating bean with name 'serverProperties'

rocketmq-externals-master\rocketmq-console 打包 Error creating bean with name 'serverProperties' defined i
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tomcatEmbeddedServletContainerFactory' defined in class path resource [org/springframework/boot/autoconfigure/web/EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverProperties' defined in class path resource [org/springframework/boot/autoconfigure/web/ServerPropertiesAutoConfiguration.class]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException

代码
https://gitee.com/zjj19941/rocketmq-externals-master/tree/master/rocketmq-console#https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-rocketmq-externals%2Fblob%2Fmaster%2Frocketmq-console%2Fdoc%2F1_0_0%2FUserGuide_CN.md

看看是否缺少依赖

img

我遇到过这种情况,是maven打包,出现这种问题,我是重新打开maven,clean-install一下,如果你的是微服务的项目呀,你就把framework也重新clean-install一下,也要关注一下你的profiles里面,你选择的是dev还是pro,又或者test