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 f329f77451..782bef1f1a 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.name=.name=scratchdb -spring.jmx.default_domain=jpa.sample \ No newline at end of file +spring.datasource.name=scratchdb +spring.jmx.default-domain=jpa.sample \ No newline at end of file