一.Maven项目,右键-update project后JRE system Library变为JavaSE1.6 Dynamic Web Module 3.0 requires Java 1.6 or newer. spring-aop line 1 Maven Java EE Configuration Problem pom.xml文件中添加以下内容: <build> <plugins> define the project compile level <plugin&
在编辑pom.xml时,第一行有个刺眼红色×,然后在Problems看到这个问题 [ERROR] The build could not read 1 project -> [Help 1]E:\mvn\repo\org\springframework\boot\spring-boot-dependencies\2.1.1.RELEASE 在这里看到解决办法:https://blog.csdn.net/qq_36135335/article/details/86242914 在本地的maven库
报错信息: Referenced file contains errors (http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd). For more information, right click on the message in the Problems View and select "Show Details..." 如下图,从version=“2.4” 后换个行就OK了,这个方法对于java检错很实用.