RequestMapping注解
摘要:
用法 把http请求映射到方法上。 @Controller public class UserController { @RequestMapping("/user") public String get(){ return "userId"; } } SpringMVC处理流程 阅读全文
posted @ 2023-01-23 14:27 王景迁 阅读(16) 评论(0) 推荐(0) 编辑
posted @ 2023-01-23 14:27 王景迁 阅读(16) 评论(0) 推荐(0) 编辑
posted @ 2023-01-23 14:19 王景迁 阅读(33) 评论(0) 推荐(0) 编辑
posted @ 2023-01-23 14:04 王景迁 阅读(72) 评论(0) 推荐(0) 编辑