package com.baomidou.test.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** *
* 用户表 前端控制器 *
* * @author hubin * @since 2018-03-20 */ @Controller @RequestMapping("/test/user") public class UserController { }