java.sql.SQLException: Incorrect string value: '\xE5\x9B\xBE\xE7\x89\x87...' for column 'image64' at

解决方案:

在创建表的时候设置其编码格式为utf-8

猜你喜欢

转载自blog.csdn.net/stronghyq/article/details/80013944