From 5cfd482edc474587cf2965750b936ee2ce871b4e Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 16 Dec 2013 20:58:15 +0900 Subject: [PATCH] removed default profile and replaced with "jpa" --- src/main/resources/spring/business-config.xml | 6 +++--- src/main/webapp/WEB-INF/web.xml | 5 ++--- .../samples/petclinic/service/ClinicServiceJpaTests.java | 3 ++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/spring/business-config.xml b/src/main/resources/spring/business-config.xml index 5e9dc6882..99cf4c1d3 100644 --- a/src/main/resources/spring/business-config.xml +++ b/src/main/resources/spring/business-config.xml @@ -27,12 +27,12 @@ - + @@ -80,7 +80,7 @@ - + +