Loading

Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLDataException: '3.085409004E9' in column '14' is outside valid range for the datatype INTEGER.

error info=Error attempting to get column 'max_body_bytes_sent' from result set. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLDataException: '3.085409004E9' in column '14' is outside valid range for the datatype INTEGER.
; SQL []; '3.085409004E9' in column '14' is outside valid range for the datatype INTEGER.; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLDataException: '3.085409004E9' in column '14' is outside valid range for the datatype INTEGER.

修复办法
将字段在后端entity改成long

posted @ 2021-07-30 15:54  Mang0  阅读(201)  评论(0编辑  收藏  举报