|
@@ -98,7 +98,7 @@ public class GraphController extends BaseController {
|
|
|
public Map<String, Object> scale(HttpServletRequest request, @RequestBody SearchData searchData) throws Exception {
|
|
|
ParamsDataProxy paramsDataProxy = new ParamsDataProxy();
|
|
|
paramsDataProxy.createSearchData(request, searchData);
|
|
|
- //Driver driver = DriverManager.newDrive("192.168.2.233", "neo4j", "root");
|
|
|
+ // Driver driver = DriverManager.newDrive("localhost", "neo4j", "root");
|
|
|
Driver driver = DriverManager.newDrive();
|
|
|
Neo4jAPI neo4jAPI = new Neo4jAPI(driver);
|
|
|
Set<String> inputs = searchData.getInputs().keySet();
|