Skip to content

This project shows how to use profiles in a Spring Boot Project with Gradle and Maven

Notifications You must be signed in to change notification settings

tanbinh123/spring-boot-profiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Profiles

This project shows how to use profiles in a Spring Boot Project with Gradle and Maven

To run the project with Gradle

gradle -Dspring.profiles.active=ENVIRONMENT bootRun

To run the project with Maven

mvn -Dspring.profiles.active=ENVIRONMENT spring-boot:run

Read this as reference

https://josdem.io/techtalk/spring/spring_boot_profiles/

About

This project shows how to use profiles in a Spring Boot Project with Gradle and Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%