你看了你的代码 提交中文的时候form设置method=“post" 了吗? 接收过来的中文是否乱码 乱码的话 长度超出限制 肯定就报错了
每次连接的编码都设置为utf-8试试database.connection.url=jdbc\:mysql\://localhost\:3306/club_test?useUnicode=true&characterEncoding=UTF-8