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
| +-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.
......
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