天天看点

maven项目中报Class not found: “xxx“

Class not found: "xxx"

解决方法一:

可能是项目没有打包成功,先清理一下,在打包

maven项目中报Class not found: “xxx“

 重新打包之后

maven项目中报Class not found: “xxx“

 解决方法二:

检查一下是不是依赖之间相互抵触,或者没有引入相关依赖,或者依赖没有更新