Align default h2 URL with other launcher projects

This commit is contained in:
Dave Syer
2016-10-13 12:19:31 +01:00
parent 5facdb5e55
commit af43a16c91

View File

@@ -16,7 +16,7 @@ ribbon:
ConnectTimeout: 3000
ReadTimeout: 60000
h2.datasource.url: jdbc:h2:tcp://localhost:9096/~/launcher
h2.datasource.url: jdbc:h2:tcp://localhost:9096/./target/test
#spring:
# datasource:
# url: ${h2.datasource.url}