# 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
English | 简体中文
## Introduction `spring-boot-learning-examples` is developed based on the `Spring Boot 2.7.x` version. It integrates the technology stack and middleware commonly used in development. It is a project for deep learning and actual combat with `Spring Boot`. > If you have an example to contribute or needs to meet, it is very welcome to submit a [issue](https://github.com/ElanYoung/spring-boot-learning-examples/issues/new). ## Environment - **JDK 1.8 +** - **Maven 3.5 +** - **Mysql 5.7 +** - **IntelliJ IDEA 2018.2 +** (*Note: Please use IDEA and make sure plugin `lombok` installed.*) ## Getting Started ### Get Project ```bash git clone https://github.com/ElanYoung/spring-boot-learning-examples.git ``` ### Import Project > Open `spring-boot-learning-examples` project in `IntelliJ IDEA`. ### Run Project > Find the `Application` class in each module, right-click `Run 'Application'` to run each practice case. ## Learning Examples ### Spring Boot Banner - Sample Code:[spring-boot-banner](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-banner) - Reference Article:[Spring Boot 自定义 Banner](https://blog.csdn.net/qq991658923/article/details/121302050) ### Spring Boot Actuator - Sample Code:[spring-boot-actuator](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-actuator) - Reference Article:[Spring Boot 集成 Actuator 监控工具](https://blog.csdn.net/qq991658923/article/details/127112107) ### Spring Boot Druid - Sample Code:[spring-boot-druid](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-druid) - Reference Article:[Spring Boot 集成 Druid 连接池](https://blog.csdn.net/qq991658923/article/details/127112527) ### Spring Boot Jasypt - Sample Code:[spring-boot-jasypt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jasypt) - Reference Article:[Spring Boot 集成 Jasypt 实现敏感信息加密](https://blog.csdn.net/qq991658923/article/details/127112431) ### Spring Boot WebSocket - Sample Code(Native):[spring-boot-websocket-native](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-native) - Sample Code(Spring):[spring-boot-websocket-spring](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-websocket-spring) - Reference Article:[Spring Boot 集成 WebSocket(原生注解与Spring封装)](https://blog.csdn.net/qq991658923/article/details/127022522) ### Spring Boot JWT - Sample Code:[spring-boot-jwt](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-jwt) - Reference Article:[Spring Boot 集成 JWT](https://blog.csdn.net/qq991658923/article/details/127027528) ### Spring Boot MinIO - Sample Code:[spring-boot-minio](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-minio) - Reference Article:[Spring Boot 集成 MinIO](https://blog.csdn.net/qq991658923/article/details/124623495) ### Spring Boot Quartz - Sample Code:[spring-boot-quartz](https://github.com/ElanYoung/spring-boot-learning-examples/tree/master/spring-boot-quartz) - Reference Article:[Spring Boot 集成 Quartz](https://blog.csdn.net/qq991658923/article/details/127078993) ## Stargazers over time [](https://starchart.cc/ElanYoung/spring-boot-learning-examples) ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2022 ElanYoung