From 56c76719398aba2665596c4ebc435491377c8cae Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 30 Jan 2013 11:19:48 +0800 Subject: [PATCH] webapp now using JPA by default --- src/main/webapp/WEB-INF/web.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 37169b509..bcf6a2a61 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -17,10 +17,11 @@ spring.profiles.active - jdbc + jpa