mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 14:19:38 +00:00
adding explicit reference to default profile because it doesn't seem to work on on some environments
This commit is contained in:
parent
74abfb1a35
commit
3e8829f372
1 changed files with 5 additions and 0 deletions
|
@ -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: -->
|
||||
|
|
Loading…
Reference in a new issue