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