SpringBoot + MyBatis插入数据时乱码应该怎么解决
数据库连接后面加下:jdbc:mysql://ip:端口/test?useUnicode=true&characterEncoding=utf-8
数据库编码,连接池编码,页面编码都要是utf-8