diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties b/spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties index 667889c663..f329f77451 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties +++ b/spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties @@ -1,2 +1,2 @@ -spring.datasource.url: jdbc:hsqldb:mem:scratchdb -spring.jmx.default_domain: jpa.sample \ No newline at end of file +spring.datasource.name=.name=scratchdb +spring.jmx.default_domain=jpa.sample \ No newline at end of file