Files
spring-boot/spring-boot-samples/spring-boot-sample-test/src/test/resources/data.sql
Phillip Webb 247bdf9c84 Add a new spring-boot-sample-test application
Add a sample application that demonstrates recently added testing
features.

See gh-4901
2016-03-23 22:22:12 -07:00

2 lines
85 B
SQL

INSERT INTO USER(ID, USERNAME, VIN) values (123, 'sframework', '01234567890123456');