'mvn spring-boot:run build failure

When i try to run mvn spring-boot:run to launch this project that has worked for others in the past I'm met with this error after the build fails: terminal screenshot

Would love help from someone who has encountered this before. Error reads:

failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.3.4.RELEASE:run (default-cli) on project resource-profile-repo: Application finished with exit code: 1 -> [Help 1]



Solution 1:[1]

Thanks for the help! Turns out I didn't have the proper log in information in my .env for the Database so it was failing the build. User error

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hayden Gregory