dev(开发)、test(测试)、prod(正式),默认dev
java -jar gateWay.jar --spring.profiles.active=dev
set JAVA_OPTS="-Dspring.profiles.active=test"
@ActiveProfiles({"junittest","productprofile"})
系统环境变量SPRING_PROFILES_ACTIVE(注意:是大写)