1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-22 01:30:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

更新一波pom依赖版本,重新生成api文档文件,添加pagehelper分页依赖

This commit is contained in:
2022-03-15 14:24:52 +08:00
parent cbfc277c9c
commit 41ed62e123
5 changed files with 266 additions and 419 deletions

View File

@@ -12,6 +12,10 @@ public class BaseController {
// content-type 常量
public static final String CONTENT_TYPE_FORMED = "application/x-www-form-urlencoded";
// PageHelper分页常量
public static final Integer COMMON_START_PAGE = 1;
public static final Integer COMMON_PAGE_SIZE = 10;
@Autowired
HttpServletRequest httpServletRequest;