naming & bug fixing
This commit is contained in:
parent
17e770ea38
commit
050d11254c
2
.github/workflows/ci.executor1.yml
vendored
2
.github/workflows/ci.executor1.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI Tasks
|
||||
name: CI Executor 1
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
|
2
.github/workflows/ci.executor2.yml
vendored
2
.github/workflows/ci.executor2.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI Tasks
|
||||
name: CI Executor 2
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev]
|
||||
|
|
|
@ -7,7 +7,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
public class AssignmentApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("TEST SONAR");
|
||||
SpringApplication.run(AssignmentApplication.class, args);
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|||
public class TestController {
|
||||
@RequestMapping("/")
|
||||
public String index() {
|
||||
System.out.println("TEST");
|
||||
return "Hello World! Executor Pool";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user