Add custom LayoutFactory sample

Add a sample that shows how a custom LayoutFactory can be used with
both Maven and Gradle.

Closes gh-7263
This commit is contained in:
Phillip Webb
2016-11-18 14:41:33 -08:00
parent c6c6524b40
commit 8432c52369
15 changed files with 525 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
<module>spring-boot-sample-atmosphere</module>
<module>spring-boot-sample-batch</module>
<module>spring-boot-sample-cache</module>
<module>spring-boot-sample-custom-layout</module>
<module>spring-boot-sample-data-cassandra</module>
<module>spring-boot-sample-data-couchbase</module>
<module>spring-boot-sample-data-elasticsearch</module>