Support for wildcard paths in PropertiesLauncher

This commit is contained in:
Dave Syer
2013-12-30 16:14:10 +00:00
parent ea59976277
commit 3c7361fb3e
5 changed files with 191 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ opposed to explicitly on the classpath). In the case of the
those locations if you want more. The `PropertiesLauncher` looks in
`lib/` by default, but you can add additional locations by setting an
environment variable `LOADER_PATH`or `loader.path` in
`application.properties` (colon-separated list of directories).
`application.properties` (colon-separated list of directories or archives).
> **Note:** The quickest way to build a compatible archive is to use the
> [spring-boot-maven-plugin](../spring-boot-maven-plugin) or