import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web...
1 这是一个JAVA开发框架,集成了SpringMVC与Mybatis的整合框架 2 实现了项目中常见的一些开发功能,数据库的增删查改,让你从繁杂的sql中解放双手。只关注业务逻辑 3 实现业务常用一些封装,前端的字符串与后端日期转换,异常处理,拦截器等等 4 实现基于redis的分布式锁的封装,集成了spring-redis即可使用 5 实现签名封装...