摘要:
现象:新导入项目文件上带红色叉。 原因多半是jdk或tomcat版本不一致造成。 需要右键properties,或者直接在Referenced Libraries上build path: 点击Configure Build Path: 如果当前IDE用的是jdk1.8,tomcat8.5则可以这么做 阅读全文
posted @ 2020-04-20 18:32
追他十万八千里
阅读(228)
评论(0)
推荐(0)
摘要:
1.ClassNotFoundException:当你觉得代码没有问题的时候可能是缺少某个包,在Spring容器需要依赖某些包才可以找到类。 2、The markup in the document following the root element must be well-formed.:解决 阅读全文
posted @ 2020-04-20 01:06
追他十万八千里
阅读(156)
评论(0)
推荐(0)