报错内容:
Unknown initial character set index ‘255’ received from server. Initial client character set can be forced via the ‘characterEncoding’ property.
报错处理:
db.properties文件:
jdbc.url = “jdbc:mysql://localhost:3306/db_name?useUnicode=true&characterEncoding=utf8”;