How do I set the Hibernate dialect in SpringBoot?
In application.properties
spring.jpa.properties.hibernate.dialect = com.pivotal.gemfirexd.hibernate.GemFireXDDialect
You can use this approach as well:
spring.jpa.database-platform=com.pivotal.gemfirexd.hibernate.GemFireXDDialect