This project shows how to use profiles in a Spring Boot Project with Gradle and Maven
gradle -Dspring.profiles.active=ENVIRONMENT bootRun
mvn -Dspring.profiles.active=ENVIRONMENT spring-boot:run
This project shows how to use profiles in a Spring Boot Project with Gradle and Maven
gradle -Dspring.profiles.active=ENVIRONMENT bootRun
mvn -Dspring.profiles.active=ENVIRONMENT spring-boot:run