Hi, I'm not finding much luck in documentation regarding how to start a neo server. All the examples I've seen have been deprecated.
I'm currently using neo4j-jdbc, I want to unit test the client side queries that I'm executing off neo4j-jdbc. Deprecated way: CommunityNeoServer server = CommunityServerBuilder.server().onPort(port). build(); final WebServer webServer = server.getWebServer(); server.start(); How can I do this with the new version of Neo4j libraries? Thanks, mnouh -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
