How to set the hibernate.jdbc.fetch_size property in Spring boot Application?
Can this be set into application.properties?
You should use the prefix spring.jpa.properties.
Check the official docs here
So, in the end, your properties should look like this: spring.jpa.properties.hibernate.jdbc.fetch_size
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With