Neo4j 的 Spring 配置设置

发布于 2024-09-11 12:46:50 字数 1064 浏览 7 评论 0原文

我想集成“neo4j_config.props”文件 http://wiki.neo4j.org/content/Configuration_Settings#Optimizing_for_traversals_example

进入: neo4j spring 应用,graphDbService在 app-config.xml 中配置:

<bean id="graphDbService" class="org.neo4j.kernel.EmbeddedGraphDatabase"
    init-method="enableRemoteShell" destroy-method="shutdown">
    <constructor-arg index="0" value="/home/neo/var/neo4j-db"/>
</bean>

更多信息:Optimizing neo4j for traversal in Spring http://www.mail-archive.com/[电子邮件受保护]/msg04270.html

最好的方法是什么?使用 PropertyPlaceholderConfigurer 或使用 spring-util (PropertiesFactoryBean) 谢谢

I would like to integrate the "neo4j_config.props" file from
http://wiki.neo4j.org/content/Configuration_Settings#Optimizing_for_traversals_example

into the :
a neo4j spring app, the graphDbService which is configured the in app-config.xml:

<bean id="graphDbService" class="org.neo4j.kernel.EmbeddedGraphDatabase"
    init-method="enableRemoteShell" destroy-method="shutdown">
    <constructor-arg index="0" value="/home/neo/var/neo4j-db"/>
</bean>

more info: Optimizing neo4j for traversal in Spring
http://www.mail-archive.com/[email protected]/msg04270.html

What would be the best way to do this? Using a PropertyPlaceholderConfigurer or using using spring-util (PropertiesFactoryBean)Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文