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

@@ -0,0 +1 @@
INSERT INTO USER(ID, USERNAME, VIN) values (123, 'sframework', '01234567890123456');