refs #364 postgres driver updates use dynamic values

refs 364
refs#364
This commit is contained in:
Rasmus Neikes 2024-11-10 18:18:00 +01:00
parent a2adb00717
commit c7cc49fc70

View File

@ -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();