I\'m new to Spring Boot and having with error while running my application. I\'m following a tutorial and I believe I\'m having proper parent and dependencies with POM, plea
For me, I just had to put a -X flag with mvn. Look at the debug log; there was an issue with Spring while locating the .properties file.
mvn