79699816

Date: 2025-07-13 07:53:43
Score: 1
Natty:
Report link

Add this to your application.properties file:

spring.jpa.database-platform=com.pivotal.gemfirexd.hibernate.GemFireXDDialect

OR if you're using application.yml:

spring:
      jpa:
        database-platform: com.pivotal.gemfirexd.hibernate.GemFireXDDialect
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: P100K