# springbootNote **Repository Path**: pythonloser/springboot-note ## Basic Information - **Project Name**: springbootNote - **Description**: SpringBoot使用记录,使用SpringBoot集成各个开发中常用的框架、中间件等,并结合博客讲解。博客地址:https://www.jianshu.com/p/180cf4cc3c48 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 9 - **Created**: 2021-03-31 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbootNote #### 介绍 springboot 的使用记录 Spring Boot的易用性,容易和各种常用框架、中间件等无缝集成,让它成为java生态圈举足轻重的框架,这个仓库让大家能更快的上手SpringBoot 此外,对这些组件运用熟练后,后续提供一个[EasyAdmin](https://gitee.com/kaixinshow/easyadmin)的后台脚手架项目供大家进行项目实践和系统学习 **SpringBoot版本** 基于最新Spring Boot 2 项目名称 | 文章地址 ----------------------------|------------------------------------------------------------------------------------------ 00SpringBoot 目录 | [Spring Boot学习教程-目录规划](https://www.jianshu.com/p/180cf4cc3c48) 01Start-SpringBoot | [Spring Boot学习:快速入门](https://www.jianshu.com/p/43b0c54843ae) 02SpringBoot-Swagger | [Spring Boot学习:如何使用Swagger文档构建自己的API文档](https://www.jianshu.com/p/ab1a2cd84c1c) 03SpringBoot-Druid | [Spring Boot学习:如何使用Druid数据源](https://www.jianshu.com/p/536030dde982) 04SpringBoot-Mybatis | [Spring Boot学习:如何使用MyBatis框架](https://www.jianshu.com/p/2e31d953cd91) 05SpringBoot-Mybatis分页 | [Spring Boot + MyBatis 如何借助PageHelper插件实现分页效果](https://www.jianshu.com/p/4793919255ac) 06SpringBoot-多数据源 | [Spring Boot + MyBatis配置Druid多数据源](https://www.jianshu.com/p/00a2ee8747fd) 07SpringBoot-JdbcTemplate | [Spring Boot学习:如何使用JdbcTemplate](https://www.jianshu.com/p/eb1667961871) 08SpringBoot-JPA | [Spring Boot学习:整合并使用Spring Data JPA](https://www.jianshu.com/p/9eb566c8ee32) 09SpringBoot-SpringSecurity | [Spring Boot学习:如何使用Spring Security框架](https://www.jianshu.com/p/18a07d30093e) 10SpringBoot-Shiro | [Spring Boot学习:如何使用Shiro框架](https://www.jianshu.com/p/110cd93b84c6) 11SpringBoot-Redis | [SpringBoot配置并使用Redis缓存服务](https://www.jianshu.com/p/6af279d798e1) 11SpringBoot-Ecache | [Spring Boot学习:如何使用Ehcache缓存数据](https://www.jianshu.com/p/02cc94b3c12e) 13Spring Boot-Thymeleaf | [Spring Boot学习:如何使用Thymeleaf模板引擎](https://www.jianshu.com/p/96dd9763930c) 14Spring Boot-Zookeeper | [Spring Boot学习:整合zookeeper、curator,实现分布式锁功能](https://www.jianshu.com/p/575d1813fa34) 15Spring Boot-Zookeeper-ID | [Spring Boot学习:整合zookeeper、curator,实现分布式锁ID生成](https://www.jianshu.com/p/7d58fb6ab8a5)