# springboot-chapter04 **Repository Path**: wayxingwork/springboot-chapter04 ## Basic Information - **Project Name**: springboot-chapter04 - **Description**: SpringBoot模板技术+LayUI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-09-23 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-chapter04 #### 介绍 SpringBoot模板技术+LayUI #### 使用说明 1. 启动 主程序 2. http://localhost:8080/hellouser (前端分页) ![输入图片说明](https://images.gitee.com/uploads/images/2021/1118/123435_51fee868_382074.png "屏幕截图.png") 3. http://localhost:8080/hellouser1 (后端分页) ![输入图片说明](https://images.gitee.com/uploads/images/2021/1118/123401_f4749bf3_382074.png "屏幕截图.png") #### 关键点 1. LayUI + Thymeleaf 前端模式 控制器通过Model返回所有数据给前端页面 2. LayUI 后端分页模式 控制器返回经过组装的 JSON 数据给前端,前端需要提供 页码+每页数据数量