shaun-sheng

导航

 

2018年7月10日

摘要: 原因: 因为当前的maven工程不是web工程,需要转换成web工程。 解决方法: 右击工程属性,找到Project Facets,选择Dynamic Web Module,2.5 点击apply。这样把这个maven工程转换成了web工程。 阅读全文
posted @ 2018-07-10 17:30 shaun-sheng 阅读(873) 评论(0) 推荐(0)
 
摘要: 运行Junit的时候报错, The project: XXXX which is referenced by the classpath, does not exist. 在Java Build Path这里找到错误的地方: Build path entry is missing: config 总 阅读全文
posted @ 2018-07-10 14:42 shaun-sheng 阅读(221) 评论(0) 推荐(0)