mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
webapp now using JPA by default
This commit is contained in:
parent
8b6cfab27d
commit
56c7671939
1 changed files with 4 additions and 3 deletions
|
@ -17,10 +17,11 @@
|
|||
|
||||
<context-param>
|
||||
<param-name>spring.profiles.active</param-name>
|
||||
<param-value>jdbc</param-value>
|
||||
<param-value>jpa</param-value>
|
||||
<!-- you can replace the above param with:
|
||||
<param-value>jpa,plain-jpa</param-value> (in the case of plain JPA)
|
||||
<param-value>jpa,spring-data</param-value> (in the case of Spring Data JPA)
|
||||
<param-value>jdbc</param-value>
|
||||
<param-value>jpa</param-value> (in the case of plain JPA)
|
||||
<param-value>spring-data-jpa</param-value> (in the case of Spring Data JPA)
|
||||
-->
|
||||
</context-param>
|
||||
|
||||
|
|
Loading…
Reference in a new issue