spring-guides / gs-rest-service

Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring.

Home Page:https://spring.io/guides/gs/rest-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo issue

jrnesler opened this issue · comments

[ERROR] No plugin found for prefix 'spirng-boot' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories

Using maven on the project. Java 8

I can't track down where the typo issue is, but it is present in both the initial and completed versions. I encounter this when I attempt to run ./mvnw spring-boot:run via the command line.