Package io.hawt.example.spring.boot
Class HelloController
- java.lang.Object
-
- io.hawt.example.spring.boot.HelloController
-
@Controller public class HelloController extends Object
-
-
Constructor Summary
Constructors Constructor Description HelloController()
-
-
-
Method Detail
-
hello
@RequestMapping("/") @ResponseBody public String hello()
-
-