使用spring java从数据库中检索unicode数据

时间:2018-02-22 08:48:08

标签: java spring-mvc

如何使用spring java从mysql数据库中检索unicode数据

像这样设置网址

<property name="url"
        value="jdbc:mysql://localhost:3306/sample?useUnicode=yes&amp;characterEncoding=UTF-8" />

但是当加载数据时我得到的是????

1 个答案:

答案 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

很多引用很抱歉,但编码问题可能有很多原因。