i have application.yml,application-dev.ymlandapplication-dev.yml
application.yml
application-dev.yml
mvn spring-boot:run
If you are using the Spring Boot Maven Plugin, run:
mvn spring-boot:run -Dspring-boot.run.profiles=foo,bar
(https://docs.spring.io/spring-boot/docs/current/maven-plugin/examples/run-profiles.html)