分页排序案例

This commit is contained in:
JeffLi1993
2017-09-26 16:10:04 +08:00
committed by liqiangqiang
parent 6969fcc184
commit 3f03be4ae2

View File

@@ -14,6 +14,8 @@
<module>springboot-helloworld</module> <module>springboot-helloworld</module>
<!-- Spring Boot 之配置文件详解 --> <!-- Spring Boot 之配置文件详解 -->
<module>springboot-properties</module> <module>springboot-properties</module>
<!-- Spring Boot 之配置注解使用 -->
<module>springboot-configuration</module>
<!-- 基础 - Web 业务开发篇 --> <!-- 基础 - Web 业务开发篇 -->
<!-- Spring Boot 实现 Restful 服务,基于 HTTP / JSON 传输 --> <!-- Spring Boot 实现 Restful 服务,基于 HTTP / JSON 传输 -->
@@ -52,6 +54,13 @@
<module>spring-data-elasticsearch-crud</module> <module>spring-data-elasticsearch-crud</module>
<module>spring-data-elasticsearch-query</module> <module>spring-data-elasticsearch-query</module>
<!-- 第二章快速入门案例 -->
<module>chapter-2-spring-boot-quick-start</module>
<!-- 第四章表单校验案例 -->
<module>chapter-4-spring-boot-validating-form-input</module>
<!-- 第五章数据分页排序案例 -->
<module>chapter-5-spring-boot-paging-sorting</module>
</modules> </modules>
</project> </project>