spring boot test (#1322)

* spring boot test

* testing in spring boot article
This commit is contained in:
Ahmed-Saied
2017-03-07 18:01:44 +02:00
committed by Grzegorz Piwowarek
parent 6fbf90fd27
commit a7bafc0775
13 changed files with 337 additions and 1 deletions
@@ -1,3 +1,5 @@
spring.mail.host=localhost
spring.mail.port=8025
spring.mail.properties.mail.smtp.auth=false
spring.mail.properties.mail.smtp.auth=false
security.basic.enabled=false
@@ -0,0 +1 @@
Insert into Foo values(1,'Foo_Name');
@@ -0,0 +1,4 @@
{
"id":3,
"name":"Foo_Name_3"
}