解决ibatis插入数据到mysql中乱码问题 将连接地址url=jdbc:mysql://localhost:3306/test改成url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8就好了