jdbc:mysql://localhost:3306/studentre?useUnicode=true&characterEncoding=UTF8在配置文件中报错


那么

可以改为jdbc:mysql://localhost:3306/studentre?useUnicode=true&characterEncoding=UTF8

就可以解决了