摘要: 1.controller里注解的写法 1.1基础写法 @Controller//引用Controllerpublic class helloController { @RequestMapping(value = "/users",method = RequestMethod.GET)//请求头以及 阅读全文
posted @ 2022-12-04 17:09 PiLaoBan 阅读(24) 评论(0) 推荐(0)