如何解决eclipse项目中resources有红叉

2024-10-12 19:15:11

1、问题描述:maven项目中 web项目有红叉

如何解决eclipse项目中resources有红叉如何解决eclipse项目中resources有红叉如何解决eclipse项目中resources有红叉

4、需要注意的是:eclipse 中的门钙蹲茌jdk版本好 需要一致同时:如果不能解决问题 看一下项目的pom.xml 文件 加上媪青怍牙<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> <encoding>UTF-8</encoding> </configuration> </plugin>

猜你喜欢