springboot常用注解

@PathVariable

将路径传递为入参

    @RequestMapping("/{page}")
    public String showPage(@PathVariable String page){
        return page;
    }

 

posted @ 2019-05-29 15:22  一天到晚想名字  阅读(114)  评论(0编辑  收藏  举报