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