PostGIS Geometry saving: “Invalid endian flag value encountered.”

I solve this problem adding to ‘application.properties’ this line:

spring.jpa.properties.hibernate.dialect=org.hibernate.spatial.dialect.postgis.PostgisDialect

Leave a Comment