Maven 配置SSH,Class not found

Maven 配置web 项目时,Jar都通过maven配置引入了,但是运行时,提示类找不到:

第一步:检查jar是否引入或者冲突

第二部:右键项目--选择“properties”--“deployment assembly”;查看是否在项目组中加入了maven依赖包


如果没有加入,点击右边的 “Add” 将maven依赖包加入项目中:
 

 


 

猜你喜欢

转载自fengzhi714.iteye.com/blog/2224748