我的实体类
@Type(type = "org.hibernate.spatial.GeometryType")
private Point location;
我的春季启动配置
spring.jpa.database=POSTGRESQL
spring.datasource.platform=postgres
spring.jpa.show-sql=true
#spring.jpa.hibernate.ddl-auto=validate
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=****
spring.datasource.username=***
spring.datasource.password=**
spring.jpa.database-platform=org.hibernate.spatial.dialect.postgis.PostgisDialect
尝试保存时出现以下错误。
错误:列"位置"是point类型但表达式是bytea类型提示:您需要重写或转换表达式。位置:154