使用 spring-boot 中各种异常整理

来源:互联网 发布:oracle 数据库迁移 编辑:程序博客网 时间:2024/06/08 14:30

中文插入mysql数据库显示为??

解决方法:在application.properties配置文件中的
spring.datasource.url=jdbc:mysql://localhost:3306/mytest 后加字符集配置
spring.datasource.url=jdbc:mysql://localhost:3306/mytest?characterEncoding=utf-8

0 0
原创粉丝点击