随笔分类 -  项目交互设计

摘要:pringMVC默认已经提供了解决Jsonp的 Controller 增强方案:AbstractJsonpResponseBodyAdvice 自定义创建 继承添加注解 阅读全文
posted @ 2017-07-16 16:18 ronniery 阅读(1738) 评论(0) 推荐(0)
摘要:@Controller@RequestMapping(value = "api")public class ApiItemCatController { @Autowired private ItemCatService itemCatService; @RequestMapping(method 阅读全文
posted @ 2017-07-15 21:50 ronniery 阅读(328) 评论(0) 推荐(0)