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:
Sébastien Deleuze 2024-09-24 16:21:15 +02:00
parent 218c275d0c
commit 1d07f7c312

View file

@ -8,7 +8,7 @@ spring.thymeleaf.mode=HTML
# JPA
spring.jpa.hibernate.ddl-auto=none
spring.jpa.open-in-view=true
spring.jpa.open-in-view=false
# Internationalization
spring.messages.basename=messages/messages