# spring-boot-learning-examples **Repository Path**: kflyddn/spring-boot-learning-examples ## Basic Information - **Project Name**: spring-boot-learning-examples - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-25 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
English | 简体中文
## 项目简介 `spring-boot-learning-examples` 基于 `Spring Boot 2.7.x` 版本进行开发,集成开发中常用到的技术栈与中间件,是一个用于深度学习并实战 `Spring Boot` 的项目。 > ✊ 如果大家有想要集成的示例,也可在 [issue](https://github.com/ElanYoung/spring-boot-learning-examples/issues/new) 里提需求。 ## 开发环境 - **JDK 1.8 +** - **Maven 3.5 +** - **Mysql 5.7 +** - **IntelliJ IDEA 2018.2 +** (*注意:务必使用 IDEA 开发,同时保证安装 `lombok` 插件*) ## 运行方式 ### 获取项目 ```bash git clone https://github.com/ElanYoung/spring-boot-learning-examples.git ``` ### 导入项目 > 使用 `IntelliJ IDEA` 导入 `spring-boot-learning-examples` 项目 ### 运行项目 > 找到各个模块中的 `Application` 类,右键 `Run 'Application'` 即可运行各个实践案例。 ## 实践案例 | 模块 | 简介 | 代码 | 文章 | |------------------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | spring-boot-banner | Spring Boot 自定义 Banner | [spring-boot-banner](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-banner) | [《Spring Boot 自定义 Banner》](https://blog.csdn.net/qq991658923/article/details/121302050) | | spring-boot-actuator | Spring Boot 集成 Actuator 监控工具 | [spring-boot-actuator](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator) | [《Spring Boot 集成 Actuator 监控工具》](https://blog.csdn.net/qq991658923/article/details/127112107) | | spring-boot-druid | Spring Boot 集成 Druid 连接池 | [spring-boot-druid](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-druid) | [《Spring Boot 集成 Druid 连接池》](https://blog.csdn.net/qq991658923/article/details/127112527) | | spring-boot-jasypt | Spring Boot 集成 jasypt 实现敏感信息加密 | [spring-boot-jasypt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jasypt) | [《Spring Boot 集成 jasypt 实现敏感信息加密》](https://blog.csdn.net/qq991658923/article/details/127112431) | | spring-boot-websocket-native | Spring Boot 集成 WebSocket(原生注解) | [spring-boot-websocket-native](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native) | [《Spring Boot 集成 WebSocket(原生注解与Spring封装)》](https://blog.csdn.net/qq991658923/article/details/127022522) | | spring-boot-websocket-spring | Spring Boot 集成 WebSocket(Spring封装) | [spring-boot-websocket-spring](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-spring) | [《Spring Boot 集成 WebSocket(原生注解与Spring封装)》](https://blog.csdn.net/qq991658923/article/details/127022522) | | spring-boot-jwt | Spring Boot 集成 JWT | [spring-boot-jwt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jwt) | [《Spring Boot 集成 JWT》](https://blog.csdn.net/qq991658923/article/details/127027528) | | spring-boot-minio | Spring Boot 集成 MinIO(分布式文件存储系统) | [spring-boot-minio](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-minio) | [《Spring Boot 集成 MinIO》](https://blog.csdn.net/qq991658923/article/details/124623495) | | spring-boot-quartz | Spring Boot 集成 Quartz(定时任务) | [spring-boot-quartz](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-quartz) | [《Spring Boot 集成 Quartz》](https://blog.csdn.net/qq991658923/article/details/127078993) | | spring-boot-easy-excel | Spring Boot 集成 EasyExcel | [spring-boot-easy-excel](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-easy-excel) | [《Spring Boot 集成 EasyExcel》](https://blog.csdn.net/qq991658923/article/details/128153012) | | spring-boot-h2 | Spring Boot 集成 H2(轻量级数据库) | [spring-boot-h2](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-h2) | | | spring-boot-spring-security | Spring Boot 集成 Spring Security 5.7.x(安全框架) | [spring-boot-spring-security](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-spring-security) | [《Spring Boot 优雅集成 Spring Security 5.7.x(安全框架)》](https://juejin.cn/post/7244089396567982136) | ## 项目趋势 [](https://starchart.cc/ElanYoung/spring-boot-learning-examples) ## 开源协议 [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2022 ElanYoung