【问题标题】:Spring Configuration Settings For Neo4jNeo4j 的 Spring 配置设置
【发布时间】:2010-07-26 05:12:18
【问题描述】:

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

进入: a neo4j spring app,app-config.xml中配置的graphDbService:

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

更多信息:针对 Spring 中的遍历优化 neo4j http://www.mail-archive.com/user@lists.neo4j.org/msg04270.html

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

【问题讨论】:

    标签: spring spring-mvc nosql neo4j


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-06-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多