- Simple
- http://localhost:9099/spring-mvc-showcase2/simple
- org.springframework.samples.mvc.simple.SimpleController?
@RequestMapping("/simple") public @ResponseBody String simple() { return "Hello world!"; }
- org.springframework.samples.mvc.simple.SimpleController?
- http://localhost:9099/spring-mvc-showcase2/simple