摘要: public HelloDto hello(HttpServletRequest request) { if (request != null) { System.out.println(request.getContentType()); try { Servlet... 阅读全文
posted @ 2017-05-03 20:03 张小志 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Pojo:定义DTO、VO、Enum、Entities等公共的实体对象 Service:定义API服务接口 Core:具体的API功能实现 Web: API Controller层实现 Deploy:webapp 服务 更新deploy web module 为3.0版 Springmvc-serv 阅读全文
posted @ 2017-05-03 19:32 张小志 阅读(488) 评论(0) 推荐(0) 编辑