eclipse web项目移植到idea各种报错的解决方式
如果你的项目中resource之外有xml文件的话 使用idea时要在pom.xml的<build>中加这段代码<resources> <resource> <directory>src/main/java</directory> &lt