From f7a1db8e25872879a6260aec49ac5cab0d0811dd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Sep 2015 16:17:04 +0200 Subject: [PATCH] Polish --- .../src/test/resources/application-scratch.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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