https://github.com/algerfan/spring-boot-example
Spring Boot示例代码,附有博客文章,包含以下内容:配置讲解、日志、Druid、JPA、MyBatis、启动原理、数据校验、异常处理、定时任务、缓存、MQ、ElasticSearch、Spring Security、Shiro。
https://github.com/algerfan/spring-boot-example
actuator amqp config elasticsearch exception jdbc jsp junit mybatis quartz redis scheduler spring-data-jpa spring-security spring-shiro springboot springboot-mail springboot-sample thyemleaf validate
Last synced: 5 months ago
JSON representation
Spring Boot示例代码,附有博客文章,包含以下内容:配置讲解、日志、Druid、JPA、MyBatis、启动原理、数据校验、异常处理、定时任务、缓存、MQ、ElasticSearch、Spring Security、Shiro。
- Host: GitHub
- URL: https://github.com/algerfan/spring-boot-example
- Owner: AlgerFan
- Created: 2019-10-16T14:31:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T02:03:25.000Z (over 3 years ago)
- Last Synced: 2023-03-03T13:38:19.846Z (over 2 years ago)
- Topics: actuator, amqp, config, elasticsearch, exception, jdbc, jsp, junit, mybatis, quartz, redis, scheduler, spring-data-jpa, spring-security, spring-shiro, springboot, springboot-mail, springboot-sample, thyemleaf, validate
- Language: Java
- Homepage:
- Size: 20.5 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Springboot学习示例
## 博客文章链接
[(1)Spring Boot2.0 入门](https://www.algerfan.cn/articles/2018/09/06/1536212054000.html)
[(2)Spring Boot2.0 配置文件详解(超详细)](https://www.algerfan.cn/articles/2018/09/06/1536215474000.html)
[(3)Spring Boot2.0 日志的选择](https://www.algerfan.cn/articles/2018/09/06/1536220874000.html)
[(4)Spring Boot2.0 JDBC、整合Druid](https://www.algerfan.cn/articles/2018/09/06/1536221954000.html)
[(5)Spring Boot2.0 整合 JPA](https://www.algerfan.cn/articles/2018/09/10/1536539714000.html)
[(6)Spring Boot2.0 整合MyBatis](https://www.algerfan.cn/articles/2018/09/10/1536541934000.html)
[(7)Spring Boot2.0 启动配置原理](https://www.algerfan.cn/articles/2018/09/10/1536544394000.html)
[(8)Spring Boot2.0 自定义starter](https://www.algerfan.cn/articles/2018/09/10/1536549074000.html)
[(9)Spring Boot2.0 数据校验的正确方式](https://www.algerfan.cn/articles/2018/09/13/1536802274012.html)
[(10)Spring Boot2.0 提供的五种异常处理方式](https://www.algerfan.cn/articles/2018/09/13/1536802814012.html)
[(11)Spring Boot2.0 的两种定时任务技术](https://www.algerfan.cn/articles/2018/09/13/1536804314012.html)
[(12)Spring Boot2.0 与缓存](https://www.algerfan.cn/articles/2019/01/15/1547532314012.html)
[(13)Spring Boot2.0 与消息](https://www.algerfan.cn/articles/2019/01/15/1547534114012.html)
[(14)Spring Boot2.0 与检索](https://www.algerfan.cn/articles/2019/01/15/1547536394012.html)
[(15)Spring Boot2.0 和邮件](https://www.algerfan.cn/articles/2019/01/15/1547540594012.html)
[(16)Spring Boot2.0 整合Spring Security](https://www.algerfan.cn/articles/2019/01/18/1547802074012.html)
[(17)Spring Boot2.0 整合Shiro](https://www.algerfan.cn/articles/2019/01/18/1547804114012.html)
[(18)Spring Boot2.0 与监控管理](https://www.algerfan.cn/articles/2019/01/18/1547806994012.html)