数据库写入中文乱码问题 编码latin1解决方法
Posted 辉常努腻
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库写入中文乱码问题 编码latin1解决方法相关的知识,希望对你有一定的参考价值。
数据库设置
alter database shtd_store character set utf8;
连接设置
jdbc:mysql://master:3306/shtd_store?useSSL=false&characterEncoding=utf-8
以上是关于数据库写入中文乱码问题 编码latin1解决方法的主要内容,如果未能解决你的问题,请参考以下文章