Skip to content

Latest commit

 

History

History

active-profile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Change spring profile

1. from command line

java -jar -Dspring.profiles.active=dev application

2. in spring boot set in application.properties:

spring.profiles.active=dev