refs #364 postgres driver updates use dynamic values

refs 364
refs#364
This commit is contained in:
Rasmus Neikes 2024-11-10 17:48:08 +01:00
parent c182c0478c
commit a406fc4182

View File

@ -44,9 +44,6 @@ public class AppApplication extends SpringBootServletInitializer {
}
g.close();
// test
x.add(res);
x.sort(Comparator.comparing(a -> a.id().toString()));
StringJoiner sj = new StringJoiner("<br />\n");