Springboot做的项目,后端向数据库中写入汉字,变成了问号,数据库使用的utf8编码 检查application.properties配置 原先 spring.datasource.url=jdbc:mysql://localhost:3306/alin?serverTimezone=GMT%2B8 添加修改为 spring.datasource