Add a new spring-boot-sample-test application

Add a sample application that demonstrates recently added testing
features.

See gh-4901
This commit is contained in:
Phillip Webb
2016-03-22 10:22:25 -07:00
parent 81d5635571
commit 247bdf9c84
30 changed files with 1582 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
<module>spring-boot-sample-servlet</module>
<module>spring-boot-sample-session-redis</module>
<module>spring-boot-sample-simple</module>
<module>spring-boot-sample-test</module>
<module>spring-boot-sample-testng</module>
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-tomcat-jsp</module>