0
After generating the build which went all right, I am trying to run the command mvn spring-boot:run Inside a folder I’m only with the file comunicacaolegado-0.0.1-SNAPSHOT. jar
When executing the command it starts processing , but soon is giving this error below :
No plugin found for prefix 'spring-boot' in the Current project and in t he plugin groups [org.apache.Maven.plugins, org.codehaus.mojo] available from th and repositories [local (C: Users User.m2 Repository), central (https://Ref. m Aven.apache.org/maven2)] -> [Help 1]
I am struggling since 12:00 today and without success. Someone can give a help what I can do to solve this problem ? I am running this ,because I will put running the application on my computer same.
Bruno, the command you spoke of really worked. java -jar comunicacaolegado-0.0.1-SNAPSHOT.jar. I tried to use the mvn spring-boot:run anyway and it didn’t work. With the command you passed I did a test even on a remote client that is in another location and the application went up without problem. Thank you for your attention.
– Josemar Sabino