阅读背景:

用Decorator控制Koa路由

来源:互联网 

在Spring中Controller长这样

@Controller
public class HelloController{
    @RequestMapping("/hello")
    String hello() {
        return "Hello World";  
    }
}@Controller
public c



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: