Skip to content

Commit

Permalink
fix: session hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Eberl committed Dec 18, 2020
1 parent af773b6 commit 142551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Currently active profile
spring.profiles.active=@activeSpringProfile@
spring.main.allow-bean-definition-overriding=true
spring.jpa.open-in-view=false
spring.jpa.open-in-view=true
spring.jpa.hibernate.ddl-auto=none
spring.data.jpa.repositories.bootstrap-mode=default

Expand Down

0 comments on commit 142551c

Please sign in to comment.