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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, dev]
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, dev]
|
branches: [main, dev]
|
||||||
|
|
|
@ -7,7 +7,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
public class AssignmentApplication {
|
public class AssignmentApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("TEST SONAR");
|
|
||||||
SpringApplication.run(AssignmentApplication.class, args);
|
SpringApplication.run(AssignmentApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
|
||||||
public class TestController {
|
public class TestController {
|
||||||
@RequestMapping("/")
|
@RequestMapping("/")
|
||||||
public String index() {
|
public String index() {
|
||||||
System.out.println("TEST");
|
|
||||||
return "Hello World! Executor Pool";
|
return "Hello World! Executor Pool";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user