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