edit Dockerfile etc

This commit is contained in:
ds
2026-03-25 01:24:02 +01:00
parent b28c86cc48
commit dbc0e5218d
4 changed files with 8 additions and 7 deletions
@@ -8,11 +8,10 @@ import org.springframework.web.bind.annotation.*;
@RestController
public class DemoApplication {
//test
//test
@GetMapping("/")
public String home() {
return "Spring is here!";
return "Spring is here!!!";
}
public static void main(String[] args) {