如何使用spring java从mysql数据库中检索unicode数据
像这样设置网址
<property name="url"
value="jdbc:mysql://localhost:3306/sample?useUnicode=yes&characterEncoding=UTF-8" />
但是当加载数据时我得到的是????
答案 0 :(得分:0)
我无法评论导致我的声誉,所以我在这里发帖。
您检查了表,数据库和列的字符集吗?
How do I see what character set a MySQL database / table / column is?
的my.cnf
Spring-Boot, Can't save unicode string in MySql using spring-data JPA
确保您的代码IDE(或终端)语言为UTF8
Trouble with UTF-8 characters; what I see is not what I stored
很多引用很抱歉,但编码问题可能有很多原因。