You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@
63
63
* <ul>
64
64
* <li><code>loader.path</code>: a comma-separated list of directories to append to the
65
65
* classpath (containing file resources and/or nested archives in *.jar or *.zip).
66
-
* Defaults to <code>lib</code> (i.e. a directory in the current working directory)</li>
66
+
* Defaults to <code>lib</code> in your application archive</li>
67
67
* <li><code>loader.main</code>: the main method to delegate execution to once the class
68
68
* loader is set up. No default, but will fall back to looking for a
69
69
* <code>Start-Class</code> in a <code>MANIFEST.MF</code>, if there is one in
0 commit comments