spring-boot/spring-boot-tools/spring-boot-loader-tools/src
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
..
main Update launch script to specify -jar as last option 2015-09-21 14:51:03 +01:00
test/java/org/springframework/boot/loader/tools Remove redundant modifiers 2015-09-08 17:01:30 -07:00