Skip to content
Snippets Groups Projects
Commit 3e8829f3 authored by Mic's avatar Mic
Browse files

adding explicit reference to default profile because it doesn't seem to work...

adding explicit reference to default profile because it doesn't seem to work on on some environments
parent 74abfb1a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
<display-name>Spring PetClinic</display-name>
<description>Spring PetClinic sample application</description>
<context-param>
<param-name>spring.profiles.active</param-name>
<param-value>default</param-value>
</context-param>
<!-- Default profile is "jpa" (see business-config.xml for more details).
When using Spring JDBC, uncomment the following: -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment