java.lang.ClassNotFoundException Every time I change something in my code (Neo4j OGM + Play!)

一曲冷凌霜 提交于 2019-12-04 18:30:45

I have tried your code and found that this error only occurs with a GET-request. I found this when I tried an insert with a POST-request. In this case, the "find"-method has found the appropriate class, but the subsequent GET-request does not. But I don't understand why it doesn't work with a GET-request. Maybe the header is different than a POST-request? It is also not a permanent solution to give up the get, to get the resource.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!