BAEL-905 Improvements in spring boot testing (#1783)

* BAEL-88 Testing in Spring Boot

* BAEL-88 Integration tests fixed.

* BAEL-905 Improvement task for spring boot testing

* BAEL-905 Improvement task for spring boot testing
This commit is contained in:
Yasin
2017-05-05 01:23:03 +05:30
committed by maibin
parent 267b5501da
commit 14f90c8636
2 changed files with 7 additions and 4 deletions
@@ -1,2 +1,4 @@
spring.datasource.url = jdbc:h2:mem:test
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.H2Dialect
spring.datasource.url=jdbc:mysql://localhost:3306/employee_int_test
spring.datasource.username=root
spring.datasource.password=root