parent
a406fc4182
commit
a2adb00717
@ -31,7 +31,7 @@ public class AppApplication extends SpringBootServletInitializer {
|
|||||||
@GetMapping("/hello")
|
@GetMapping("/hello")
|
||||||
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {
|
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {
|
||||||
|
|
||||||
|
// debug
|
||||||
List<Vertex> x = List.of();
|
List<Vertex> x = List.of();
|
||||||
ArcadeGraph g = ConnectionPool.getGraph();
|
ArcadeGraph g = ConnectionPool.getGraph();
|
||||||
x = g.traversal().V().toList();
|
x = g.traversal().V().toList();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user