i have application.yml,application-dev.ymlandapplication-dev.yml
application.yml
application-dev.yml
mvn spring-boot:run
Working with Intellij, because I don't know how to set keyboard shortcut to mvn spring-boot:run -Dspring.profiles.active=dev, I have to do this:
mvn spring-boot:run -Dspring.profiles.active=dev
org.springframework.boot spring-boot-maven-plugin -Dspring.profiles.active=dev