1.SSH或者SSM开发中,配置XML提示 Referenced file contains errors,但是不影响程序正常运行。
原因:可能是xsd版本不一致。Eclipse会缓存xsd文件,可以删除这些缓存文件。
解决方案:
我的xml配置中xsd都没有使用版本号。到 Window -> Preferences -> General -> Network Connections -> Cache,删除所有entry,
然后clean一下工程。如果是Maven工程,右键工程,Maven,update一下。
2.Java compiler level does not match the version of the installed Java project facet
右键项目 属性,设置Java compiler 和project facets这2项。
3. cvc-elt.1: Cannot find the declaration of element 'beans'.
无法下载到xsd文件。
4.properties文件中文显示不正常