循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud和Spring Security,博客Spring系列源码
博客地址
springbootDemo源码地址
| 目录 | 说明 |
|---|---|
| DubboBoot | Spring Boot整合Dubbo&Zookeeper |
| springBootAOP | springAOP自定义日志 |
| springBootAdminClient springBootAdminServer | 整合springBootAdmin 监控 |
| springBootAsync | springBoot异步调用 |
| springBootAutoConfig | 深入学习spring自动装配 |
| springBootBatchStarted | Spring Batch企业级批量处理数据入门 |
| springBootCORS | 解决springBoot跨域问题 |
| springBootCookie | 浏览器记录cookie |
| springBootEhcache | 使用Ehcache做缓存 |
| springBootException | 自定义Exception |
| springBootFilterAndInterceptor | 添加过滤器及拦截器 |
| springBootJpa | 简单使用JPA进行增删改查 |
| springBootJsoup | 使用Jsoup防止xss注入攻击 |
| springBootLogBack | springboot整合LogBack日志 |
| springBootMybatis | 简单整合Mybatis进行增删改查 |
| springBootMybatisAndPoi | 导出导入exec文件,并进行基于注解方式关联实体类 |
| springBootMybatisMapper | 整合Mapper通用增删改查 |
| springBootMybatisMapperPageHelper | 整合Mapper及分页插件 |
| springBootMybatisPlusHandler | 整合MyBatisPlus及自定义TypeHander,对返回的数据集进行2次封装 |
| springBootMybatisPuls | 整合MyBatisPlus分页及增删改查 |
| springBootQuartz | 整合Quartz定时任务 |
| springBootRabbitMQ springBootRabbitMQConsumer | 整合RabbitMQ,并进行多种模式下生产消费消息 |
| springBootRedis | 简单整合Redis及增删改查 |
| springBootRedisCache | 对于返回数据集合进行redis缓存 |
| springBootSecurity | 简单整合SpringSecurity,进行登录操作 |
| springBootSecurityCustomCode | SpringSecurity添加验证码 |
| springBootSecurityCustomRememberMe | SpringSecurity添加记住我 |
| springBootSecurityCustomUserLogin | SpringSecurity自定义用户认证 |
| springBootSecurityOauth2 | oauth2入门 |
| springBootSecurityOauth2Customize | Oauth2自定义令牌 |
| springBootSecuritySMS | 整合短信登录 |
| springBootSwagger | 使用Swagger对接口统计及测试 |
| springBootThymeleaf | 整合thymeleaf及简单的使用 |
| springBootValidator | 对于数据进行校验 |
| springBootValidator2 | 自定义数据校验方法,及对异常处理 |
| springSecurityOAuth2SSO | SpringSecurity单点登录操作 |
1.开启hello world
2.springboot简单整合Mybatis
3.Spring Boot简单异常处理及自定义错误页面