Skip to content

Commit

Permalink
Disable WARN - spring.jpa.open-in-view is enabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Dec 8, 2024
1 parent 53f68c0 commit 16c2c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsc/application.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ server.servlet.session.cookie.http-only=true
spring.pid.fail-on-write-error=true
spring.pid.file=OH_API_PID
spring.mustache.check-template-location=false
spring.jpa.open-in-view=false

### In production change to http://<domain>
cors.allowed.origins=http://API_HOST:API_PORT,http://UI_HOST:UI_PORT
Expand Down

0 comments on commit 16c2c70

Please sign in to comment.