Class HelloController
- java.lang.Object
-
- com.example.chaos.monkey.chaosdemo.controller.HelloController
-
@Controller public class HelloController extends Object
- Author:
- Benjamin Wilms
-
-
Constructor Summary
Constructors Constructor Description HelloController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>sayGoodbye()org.springframework.http.ResponseEntity<String>sayHello()
-