<!-- 使用elasticsearch 需要导入两个包,从网上复制的可能因为有特殊字符报 cvc-complex-type.2.3: Element 'dependency' cannot have character [children], because the type's content type is element-only. 错误,只需要自己重新排版即可 --> <dependency> <groupId>org.elasticsearch.client
1.导入的工程JSP文件出现报错的情况 这个一般不怎么影响文件的执行,这些文件飘红主要是因为eclipse的校验问题. 具体错误信息:Multiple annotations found at this line 处理方法: 在eclipse中设置相关的一些属性,如下[window]->[preferences]->[validation],找到后將JSP文件的bulid和manual两栏的勾去掉在刷新工程即可.如下图所示 2.在控制台中出现了严重:listener之类的问题 放在出错文件上出