Add a spring-boot-developer-tools sample

Add a sample application that demonstrates how the
`spring-boot-developer-tools` module can be used.

Closes gh-3082
This commit is contained in:
Phillip Webb
2015-06-01 13:24:33 -07:00
parent 207347e150
commit 67cc9d007f
9 changed files with 184 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
<module>spring-boot-sample-data-redis</module>
<module>spring-boot-sample-data-rest</module>
<module>spring-boot-sample-data-solr</module>
<module>spring-boot-sample-developer-tools</module>
<module>spring-boot-sample-flyway</module>
<module>spring-boot-sample-hateoas</module>
<module>spring-boot-sample-hornetq</module>