spring-boot/spring-boot-tools/spring-boot-loader-tools
Andy Wilkinson 94a737638e Update launch script to specify -jar as last option
The recommended usage for the java executable is:

    java [-options] -jar jarfile [args...]

This commit updates the default launch script to match this recommended
usage by moving -jar to be the last option, after both the
disableJarChecking system property and any JAVA_OPTS.

Closes gh-3930
2015-09-21 14:51:03 +01:00
..
src Update launch script to specify -jar as last option 2015-09-21 14:51:03 +01:00
pom.xml Revert "configure JRE that is different from compiler target level" 2015-09-02 23:44:27 -07:00