Commit a1b87766 authored by Phillip Webb's avatar Phillip Webb

Fix PropertiesLauncher javadoc

See gh-3392
parent 441049cf
......@@ -63,7 +63,7 @@ import org.springframework.boot.loader.util.SystemPropertyUtils;
* <ul>
* <li><code>loader.path</code>: a comma-separated list of directories to append to the
* classpath (containing file resources and/or nested archives in *.jar or *.zip).
* Defaults to <code>lib</code> (i.e. a directory in the current working directory)</li>
* Defaults to <code>lib</code> in your application archive</li>
* <li><code>loader.main</code>: the main method to delegate execution to once the class
* loader is set up. No default, but will fall back to looking for a
* <code>Start-Class</code> in a <code>MANIFEST.MF</code>, if there is one in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment