【IDEA】idea恢复pom.xml文件显示灰色并带有删除线

通过idea打开spring boot项目后,发现每个服务中的pom.xml文件显示灰色并带有删除线,下面为解决方案

问题截图

【IDEA】idea恢复pom.xml文件显示灰色并带有删除线_第1张图片

解决方案

打开file——settings——build,execution,deployment——Ignored Files,把pom.xml前面的复选框去掉,去掉之后,点击apply和OK

【IDEA】idea恢复pom.xml文件显示灰色并带有删除线_第2张图片

点击OK后,会自动重新加载,如下图

【IDEA】idea恢复pom.xml文件显示灰色并带有删除线_第3张图片

你可能感兴趣的:(intellij-idea,xml,java)