The container 'Maven Dependencies' references non existing library

分布式框架第二弹

Description Resource Path Location Type

The container 'Maven Dependencies' references non existing library 'G:\AllJar\.m2\repository\com\taotao\taotao-manager-pojo\0.0.1-SNAPSHOT\taotao-manager-pojo-0.0.1-SNAPSHOT.jar' taotao-manager-mapper Build path Build Path Problem

这次搭建好了一部分的框架,当时已经将mapper,pojo,service,handler等文件刚创建,并且在pom文件中配置各项的依赖,然后就报错了,这个异常是说找不到你的jar包库中的这个jar包,但是这个jar包不是人家写的,这个jar包是你自己手动生成的,方法:右键这个pojo项目,run as maven instal,这样就会将这个项目生成你所需要的jar包,类似的问题就这样解决就行了,缺少哪个jar包,就生成哪个jar包。顺便一提,如果说你点击生成但是在你的jar包库中并没有反映,控制台console也没有任何的表现形式,那么这个问题的解决方式就是你的eclipse可能版本太低的原因,建议换成eclipseMars      或者是eclipseMars2,经过我的测试,这个版本比较适合写分布式框架

你可能感兴趣的:(The container 'Maven Dependencies' references non existing library)