-
- Downloads
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.
Loading
Please register or sign in to comment