Update docs to fully reflect BOOT-INF executable archive layout changes

Closes gh-5195
This commit is contained in:
Andy Wilkinson
2016-04-06 10:56:25 +01:00
parent 0ba605dbb2
commit fc6c57413b
4 changed files with 81 additions and 45 deletions

View File

@@ -3,8 +3,10 @@
<configurations>
<conf name="compile" description="everything needed to compile this module" />
<conf name="runtime" extends="compile" description="everything needed to run this module" />
<conf name="loader" description="Spring Boot loader used when manually building an executable archive" />
</configurations>
<dependencies>
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="${spring-boot.version}" conf="compile" />
<dependency org="org.springframework.boot" name="spring-boot-loader" rev="${spring-boot.version}" conf="loader->default" />
</dependencies>
</ivy-module>