Skip to content

Commit

Permalink
fix: add spring.jpa.open-in-view=false
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Jan 10, 2024
1 parent c38e0a6 commit b9b29cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spring:
hibernate:
ddl-auto: update
show-sql: false
open-in-view: false
task.scheduling.pool.size: 8

server:
Expand Down

0 comments on commit b9b29cb

Please sign in to comment.