Skip to content
Snippets Groups Projects
Commit e24362b8 authored by Laczkó Csongor Loránd's avatar Laczkó Csongor Loránd
Browse files

fix: Resolve Spring Boot and Hibernate warnings

- Set `spring.jpa.open-in-view` to `false` in `application.properties` to disable database transactions being kept open until the view is rendered.
- Removed `spring.jpa.database-platform` from `application.properties` to allow Hibernate to automatically select the correct dialect based on the JDBC connection metadata.
parent 483946a9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment