# springboot-idea-chapter05 **Repository Path**: lin-jiaping/springboot-idea-chapter05 ## Basic Information - **Project Name**: springboot-idea-chapter05 - **Description**: SpringBoot web 第五章代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: class-2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 46 - **Created**: 2021-10-21 - **Last Updated**: 2021-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 模板技术 ## 第8周 第二次课程设计 ### 目标 - 基于JPA方式实现 数据的编辑 DAO层 - 日期数据输入 Converter - 基于LayUI实现单表的记录编辑 View层 - EasyExcel 工具类使用 ## 第8周 第一次课程设计 ### 准备 - 导入 resources/db 目录下的 chapter05-demo.sql - 运行 Chapter05Application ### LayUI 前端框架 由于LayUI官网已经关闭,相关资料查询学习通 ### LayUI 数据表格处理 http://localhost:8080/hellouser http://localhost:8080/adminuser.html ### 上传下载 http://localhost:8080/toUpload ### JPA 访问 - UserRepository