nested exception is org.postgresql.util.PSQLException: 不良的类型值 int
nested exception is org.postgresql.util.PSQLException: 不良的类型值 int
解决方法:将entity 中的geom字段从 integer 改成 string

nested exception is org.postgresql.util.PSQLException: 不良的类型值 int
解决方法:将entity 中的geom字段从 integer 改成 string
