https://github.com/wupeixuan/springboot-learn
Spring Boot 入门
https://github.com/wupeixuan/springboot-learn
flyway springboot springboot2 swagger
Last synced: 4 months ago
JSON representation
Spring Boot 入门
- Host: GitHub
- URL: https://github.com/wupeixuan/springboot-learn
- Owner: wupeixuan
- Created: 2020-05-07T05:43:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T20:58:04.000Z (about 2 years ago)
- Last Synced: 2025-07-21T03:09:31.340Z (7 months ago)
- Topics: flyway, springboot, springboot2, swagger
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 104
- Watchers: 5
- Forks: 62
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot 学习
基于 Spring Boot 2.X 版本的教程!
## 示例代码:
- [database-version-control](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/database-version-control):Spring Boot 集成 Flyway
- [interface-doc](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/interface-doc):Spring Boot 集成 Swagger 2
- [graceful-shutdown](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/graceful-shutdown):如何优雅地停止 Spring Boot 应用?
- [websocket](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/websocket):Spring Boot 集成 WebSocket 实现服务端推送消息到客户端
- [elasticsearch](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/elasticsearch):Spring Boot 集成 Elasticsearch 实战
- [oss](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/oss):Spring Boot 集成阿里云 OSS 进行文件存储
- [redis-cache](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/redis-cache):Spring Boot 集成 Redis 实现数据缓存
- [mail](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/mail):Spring Boot 优雅地发送邮件
- [xxl-job-executor](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/xxl-job-executor):Spring Boot 集成 XXL-JOB 任务调度平台
- [mybatis-plus-auto-fill-metainfo](https://github.com/wupeixuan/SpringBoot-Learn/tree/master/mybatis-plus-auto-fill-metainfo):Spring Boot 集成 Mybatis Plus 自动填充字段
## 参考文章:
- [Spring Boot 集成 Flyway 实现数据库版本控制](https://www.tianheyu.top/archives/database-version-control)
- [Spring Boot 集成 Swagger 构建接口文档](https://www.tianheyu.top/archives/springboot-swagger-interface-doc)
- [如何优雅地停止 Spring Boot 应用?](https://www.tianheyu.top/archives/springboot-graceful-shutdown)
- [Spring Boot 集成 WebSocket 实现服务端推送消息到客户端](https://www.tianheyu.top/archives/springboot-websocket)
- [Spring Boot 集成 Elasticsearch 实战](https://www.tianheyu.top/archives/springboot-elasticsearch)
- [Spring Boot 集成阿里云 OSS 进行文件存储](https://www.tianheyu.top/archives/springboot-oss)
- [Spring Boot 集成 Redis 实现数据缓存](https://www.tianheyu.top/archives/springboot-redis-cache)
- [Spring Boot 优雅地发送邮件](https://www.tianheyu.top/archives/springboot-mail)
- [Spring Boot 集成 XXL-JOB 任务调度平台](https://www.tianheyu.top/archives/springboot-xxl-job-executor)
- [Spring Boot 集成 Mybatis Plus 自动填充字段](https://www.tianheyu.top/archives/springboot-mybatis-plus-auto-fill-metainfo)