I’m having an issue with:
https://www.codecademy.com/paths/create-rest-apis-with-spring-and-java/tracks/spring-apis-data-with-jpa/modules/spring-gold-medal-metrics/informationals/spring-gold-medal-metrics
I’m unable to execute the mvnw spring-boot:run command in the intellij terminal. The error I get is:
mvnw : The term ‘mvnw’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- mvnw spring-boot:run
-
+ CategoryInfo : ObjectNotFound: (mvnw:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I’ve reloaded the project in the IDE and it changes nothing. Any ideas on how to fix this?