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