Update documentation following changes to executable jar layout

See gh-4897
This commit is contained in:
Andy Wilkinson 2016-02-19 15:41:53 +00:00
parent fcbf15aea3
commit d454896755
1 changed files with 10 additions and 8 deletions

View File

@ -42,16 +42,18 @@ Spring Boot Loader compatible jar files should be structured in the following wa
| +-boot
| +-loader
| +-<spring boot loader classes>
+-com
| +-mycompany
| + project
| +-YouClasses.class
+-lib
+-dependency1.jar
+-dependency2.jar
+-BOOT-INF
+-classes
| +-mycompany
| +-project
| +-YouClasses.class
+-lib
+-dependency1.jar
+-dependency2.jar
----
Dependencies should be placed in a nested `lib` directory.
Application classes should be placed in a nested `BOOT-INF/classes` directory.
Dependencies should be placed in a nested `BOOT-INF/lib` directory.