mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Disable JPA Open Session In View
With the current codebase, it does not seems to be needed anymore, so we disable it to provide better performances.
This commit is contained in:
parent
218c275d0c
commit
1d07f7c312
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ spring.thymeleaf.mode=HTML
|
||||||
|
|
||||||
# JPA
|
# JPA
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
spring.jpa.open-in-view=true
|
spring.jpa.open-in-view=false
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
spring.messages.basename=messages/messages
|
spring.messages.basename=messages/messages
|
||||||
|
|
Loading…
Reference in a new issue