问题:
Invalid NamespaceHandler class [org.springframework.data.neo4j.config.Neo4jNamespaceHandler] for namespace
分析:
可能是包版本不匹配,兼容性问题
参考
[url]http://stackoverflow.com/questions/17015325/namespace-handler-for-for-neo4j-spring-data-error[/url]
[url]http://mvnrepository.com/artifact/org.springframework.data[/url]
解决:
调整包版本
spring-data-commons 版本由1.5 调整到1.11
Invalid NamespaceHandler class [org.springframework.data.neo4j.config.Neo4jNamespaceHandler] for namespace
分析:
可能是包版本不匹配,兼容性问题
参考
[url]http://stackoverflow.com/questions/17015325/namespace-handler-for-for-neo4j-spring-data-error[/url]
[url]http://mvnrepository.com/artifact/org.springframework.data[/url]
解决:
调整包版本
spring-data-commons 版本由1.5 调整到1.11