Springboot 2.0 upgrade
[so.git] / mso-api-handlers / mso-requests-db / src / test / resources / application-test.yaml
index c4dd603..670d16b 100644 (file)
@@ -16,7 +16,7 @@ mso:
 # H2
 spring:
   datasource:
-    url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;
+    jdbc-url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;
     username: sa
     password: sa
     driver-class-name: org.h2.Driver