Answers for "spring-boot run with tst profile"

0

spring boot maven run with profile

mvn spring-boot:run -Drun.profiles=dev
Posted by: Guest on December-01-2020
0

spring boot procfile run profile

web: java -Dspring.profiles.active=prod -Dserver.port=$PORT $JAVA_OPTS -jar target/*.jar
Posted by: Guest on December-10-2020

Code answers related to "spring-boot run with tst profile"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language