pom.xml里有红叉报错的解决办法一: 1.把鼠标点在报的错上发现pom.xml报如下错误: Multiple annotations found at this line: - Failure to transfer org.slf4j:slf4j-log4j12:jar:1.7.21 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempte
原因: 1.导入maven工程后,出现如下错误: Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run project configuration update rdc line 1 Maven Configuration Problem 解决方法: 2.右键点击maven项目----->找到如图选项(Mye
新建的maven项目,项目内代码及pom.xml没有任何问题,但项目上就是有红叉,这时点开Markers(Window–>show veiw–>Markers),查看错误的详细信息,信息上:Project configuration is not up-to-date with pom.xml. Run project configuration update 按照提示做即可:项目右击–>Maven–>Update Project Configuration,红叉即消失. 实际应用
中文乱码 出现中文乱码的时候可以看一下maven项目里面的pom.xml是不是设置了UTF-8,如果设置了UTF-8,只需将UTF-8去掉就好.因为默认的是GBK国际编码,UTF-8是中文编码,自己建的maven是默认设置,导入别人的项目可能是UTF-8,所以只需将UTF-8去掉就不会出现中文乱码了. 项目名出现红叉 当项目名出现红叉,但是项目里面的文件都没有出现红叉,找了很久也找不到错误的地方时,很有可能是没有更新项目,可以对项目名右键----maven---update也可以直接点击 alt