Eclipse Sts pom.xml第一行报错 unkown (springboot 项目)

2021-04-12 03:26

阅读:597

标签:info   图片   XML   体验   lazy   use   cli   sts   lisp   

sts的springboot项目,在没有错误的时候,一直报红。

提示: Unkown

技术图片

 

 

 体验不太好。

参见了:https://zhuanlan.zhihu.com/p/83025786

作者是在pom.xml中增加:

 

3.1.1

 解决了。

但是我想不可能每一次有springboot项目都设置这个吧。所以在maven的settings.xml写配置解决这个问题。

eclispe maven默认配置文件在{user.dir}/.m2/settings.xml

1.  编辑该xml,在profiles节点下增加profile:

    profile>
      id>spring-boot-envid>
      activation>

jdk>1.8jdk> activation> properties> maven-jar-plugin.version>3.1.1maven-jar-plugin.version> properties> profile>

2. 解开activeProfiles节点注释,激活该profile:

  activeProfiles>
    activeProfile>spring-boot-envactiveProfile>
  activeProfiles>

Alt+f5更新工程,搞定嘿嘿。

 

Eclipse Sts pom.xml第一行报错 unkown (springboot 项目)

标签:info   图片   XML   体验   lazy   use   cli   sts   lisp   

原文地址:https://www.cnblogs.com/neoliu6/p/13357077.html


评论


亲,登录后才可以留言!