Class GreetingRestController
- java.lang.Object
-
- com.example.chaos.monkey.chaosdemo.controller.GreetingRestController
-
@RestController public class GreetingRestController extends Object
- Author:
- Benjamin Wilms
-
-
Constructor Summary
Constructors Constructor Description GreetingRestController()
-
-
-
Method Detail
-
sayHello
@GetMapping("/rest/hello") public org.springframework.http.ResponseEntity<String> sayHello()
-
-