From 3e8829f3729a0e471838debb82f79308312ef493 Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 13 Dec 2013 08:15:10 +0800 Subject: [PATCH] adding explicit reference to default profile because it doesn't seem to work on on some environments --- src/main/webapp/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a19348eec..a70f3815a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -7,6 +7,11 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" Spring PetClinic Spring PetClinic sample application + + + spring.profiles.active + default +