基因数据库网站开发价格,325建筑兼职网,欧美设计网站推荐,网站怎样做域名绑定查询文章都类似#xff0c;只是类型没有对应上#xff0c;根据实际情况处理。
前情
使用postgresql数据库数据库ID类型int4实体类代码private Long id;
异常
### Cause: org.postgresql.util.PSQLException: ERROR: integer out of range
; ERROR: integer out of range;…查询文章都类似只是类型没有对应上根据实际情况处理。
前情
使用postgresql数据库数据库ID类型int4实体类代码private Long id;
异常
### Cause: org.postgresql.util.PSQLException: ERROR: integer out of range
; ERROR: integer out of range; nested exception is org.postgresql.util.PSQLException: ERROR: integer out of range结果
数据库类型int4与代码里面的Long类型不一致需要数据库类型int8才能够和实体类Long对应上