@RestController
public class TestController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity<String>
org.springframework.http.ResponseEntity<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
helloWorld
@GetMapping("/")
public String helloWorld()
-
setHealthy
@GetMapping("/setUp")
public org.springframework.http.ResponseEntity<String> setHealthy()
-
setUnhealthy
@GetMapping("/setDown")
public org.springframework.http.ResponseEntity<String> setUnhealthy()