Maven- No plugin found for prefix 'spring-boot' in the current project and in the plugin groups

后端 未结 11 2020
心在旅途
心在旅途 2020-12-02 14:56

I am trying to build a springboot project I built with Spring Tools Suite. I get the following error when I execute $mvn spring-boot:run

Downlo         


        
11条回答
  •  醉梦人生
    2020-12-02 15:37

    If you are running the

    mvn spring-boot:run
    

    from the command line, make sure you are in the directory that contains the pom.xml file. Otherwise, you will run into the No plugin found for prefix 'spring-boot' in the current project and in the plugin groups error.

提交回复
热议问题