added remaining ci files

This commit is contained in:
2021-10-06 18:47:53 +02:00
parent cb47ece96c
commit 17e770ea38
5 changed files with 126 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import org.springframework.web.bind.annotation.RestController;
public class TestController {
@RequestMapping("/")
public String index() {
System.out.println("TEST");
return "Hello World! Executor Pool";
}
}