Commit d4548967 authored by Andy Wilkinson's avatar Andy Wilkinson

Update documentation following changes to executable jar layout

See gh-4897
parent fcbf15ae
...@@ -42,16 +42,18 @@ Spring Boot Loader compatible jar files should be structured in the following wa ...@@ -42,16 +42,18 @@ Spring Boot Loader compatible jar files should be structured in the following wa
| +-boot | +-boot
| +-loader | +-loader
| +-<spring boot loader classes> | +-<spring boot loader classes>
+-com +-BOOT-INF
| +-mycompany +-classes
| + project | +-mycompany
| +-YouClasses.class | +-project
+-lib | +-YouClasses.class
+-dependency1.jar +-lib
+-dependency2.jar +-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.
......
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