# springboot **Repository Path**: cgjim/springboot ## Basic Information - **Project Name**: springboot - **Description**: springboot主要应用 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-07 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot ### 项目一 hello_springboot 请求地址: 1 用常量类读配置文件 http://localhost:8081/read2 2 用自定义的comName对象读取全局配置文件(当前类) http://localhost:8081/read ---------------------------------------------------- ### 项目二 jgblog_springboot 个人博客系统首页展示(文章分页展示) 前台需要显示: 首页 上一页 下一页 尾页 相关技术: springboot , mybatis Plus ,themeleaf 请求地址: http://localhost:8080/toIndex 遇到的问题 1 themeleaf的使用,语法与前后台如何交互。特别是th:each使用的细节问题 2 mybatis Plus的使用与实现,分页插件的实现 3 springMVC 的@RequestMapping关于参数的接收,如分页参数的接收。