refs #364 postgres driver updates use dynamic values

refs 364
refs#364
This commit is contained in:
Rasmus Neikes 2024-11-10 23:20:33 +01:00
parent 572c41528d
commit 7e971fd079

View File

@ -27,7 +27,7 @@ public class AppApplication extends SpringBootServletInitializer {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(AppApplication.class, args); SpringApplication.run(AppApplication.class, args);
} }
// khf // khflökj
@GetMapping("/hello") @GetMapping("/hello")
public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) { public String sayHello(@RequestParam(value = "myName", defaultValue = "World") String name) {