我需要帮助。我从以下网站下载了示例cineast:
http://github.com/SpringSource/spring-data-neo4j/tree/master/spring-data-neo4j-examples
然后运行whith jetty:run
这是控制台中的代码:
https://gist.github.com/anonymous/5890441
当转到localhot:8080/populate时,控制台中会出现:
No mapping found for HTTP request with URI [/favicon.ico] in DispatcherServlet with name 'dispatcherServlet'但会产生罚款:
当我注册或登录时,得到错误:
No element found in org.neo4j.impl.lucene.LuceneIndex$1@6978d57d(http://i.imgur.com/tzd3dqA.png)
发布于 2013-06-30 09:01:12
确保您调用的是http://localhost:8080/populate而不是本地的:8080/填充?
https://stackoverflow.com/questions/17378647
复制相似问题