Spring boot JPA insert in TABLE with uppercase name with Hibernate

On hibernate 5, it would be

spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

in your application.properties file.

Leave a Comment