我正在开发我的第一个SpringBoot + Spring Data JPA + Hibernate 5,使用PostgreSQL数据库。我在试图映射一个以point作为数据类型的字段时遇到了以下问题(因此我使用的是本机包含在Hibernate 5中的Hibernate 。为什么不能将使用的com.vividsolutions.jts.geom
我有一个具有MultiPolygon和Point类型属性的实体;所以我发出了一个get请求,但这是返回一个SerializationException。我对它进行了研究,发现我必须添加一些注释,创建一个配置类,并在pom.xml中放置相应的依赖项。artifactId></dependency> 出现以下异常: could not deserialize; nested exception is
org.hibernate