spring boot test (#1322)
* spring boot test * testing in spring boot article
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
6fbf90fd27
commit
a7bafc0775
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user