在Spring中Controller长这样
@Controller
public class HelloController{
@RequestMapping("/hello")
String hello() {
return "Hello World";
}
}@Controller
public c在Spring中Controller长这样
@Controller
public class HelloController{
@RequestMapping("/hello")
String hello() {
return "Hello World";
}
}@Controller
public c