springboot打包war部署到外部tomcat的时候指定profile启动 windows 在%tomcat%/bin下创建setenv.bat文件 linux 在%tomcat%/bin下创建setenv.sh文件 使用JVM参数: windows set "JAVA_OPTS=%JAVA_OPTS% -Dspring.profiles.active=dev" inux JAVA_OPTS="$JAVA_OPTS -Dspring.profiles.active=de…
Limited Setting Effect 中文描述 Java 8 -Xbootclasspath:<path> Sets the search path for bootstrap classes and resources. 设置引导类和资源的搜索路径. 不常用,否则要重新写所有Java 核心class Java 8 -Xbootclasspath/p:<path> Prepends the specified resources to the front of the bo…