摘要: nested exception is org.postgresql.util.PSQLException: 不良的类型值 int 解决方法:将entity 中的geom字段从 integer 改成 string 阅读全文
posted @ 2021-05-17 14:54 zcbj588 阅读(4524) 评论(0) 推荐(0)
摘要: 1.建立springboot工程 2.引入依赖pom.xml <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.2.0</version 阅读全文
posted @ 2021-05-17 14:52 zcbj588 阅读(326) 评论(0) 推荐(0)