# spring-boot-learning-examples **Repository Path**: Suk_Lee/spring-boot-learning-examples ## Basic Information - **Project Name**: spring-boot-learning-examples - **Description**: forked…………………… - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

🤖 Spring Boot 2.x 实践案例

Travis-CI Codacy author JDK Spring Boot LICENSE

star star star

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](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](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](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](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 - 示例代码(原生):[spring-boot-websocket-native](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native) - 示例代码(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](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](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](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-quartz) - 参考文章:[Spring Boot 集成 Quartz](https://blog.csdn.net/qq991658923/article/details/127078993) ## 项目趋势 [![Stargazers over time](https://starchart.cc/ElanYoung/spring-boot-learning-examples.svg)](https://starchart.cc/ElanYoung/spring-boot-learning-examples) ## 开源协议 [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2022 ElanYoung