【发布时间】:2017-03-21 18:35:50
【问题描述】:
我在我的 Neo4j 数据库中使用 SDN4 存储以下字符串:
Panda Antivirus Pro is the brand’s entry level security product: a powerful antivirus tool that protects your system in an effective – and unobtrusive – way.
但在我的 Neo4j 节点内部存储之后,我有以下内容:
Panda Antivirus Pro is the brand���s entry level security product: a powerful antivirus tool that protects your system in an effective ��� and unobtrusive ��� way.
在我的 ogm.properties 中,我有以下属性:
driver=org.neo4j.ogm.drivers.bolt.driver.BoltDriver
URI=bolt://neo4j:neo4j@localhost
为什么我有�而不是普通字符?
在本地,在我的 Windows 10 机器上,我没有看到此类问题。该问题仅出现在我的 Linux openSUSE 42.1 临时环境中。
【问题讨论】:
标签: neo4j character-encoding opensuse spring-data-neo4j-4 neo4j-ogm