English | 简体中文
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.
- JDK 1.8 +
- Maven 3.5 +
- Mysql 5.7 +
- IntelliJ IDEA 2018.2 + (Note: Please use IDEA and make sure plugin
lombok
installed.)
git clone https://github.com/ElanYoung/spring-boot-learning-examples.git
Open
spring-boot-learning-examples
project inIntelliJ IDEA
.
Find the
Application
class in each module, right-clickRun 'Application'
to run each practice case.
- Sample Code:spring-boot-banner
- Reference Article:Spring Boot 自定义 Banner
- Sample Code:spring-boot-actuator
- Reference Article:Spring Boot 集成 Actuator 监控工具
- Sample Code:spring-boot-druid
- Reference Article:Spring Boot 集成 Druid 连接池
- Sample Code:spring-boot-jasypt
- Reference Article:Spring Boot 集成 Jasypt 实现敏感信息加密
- Sample Code(Native):spring-boot-websocket-native
- Sample Code(Spring):spring-boot-websocket-spring
- Reference Article:Spring Boot 集成 WebSocket(原生注解与Spring封装)
- Sample Code:spring-boot-jwt
- Reference Article:Spring Boot 集成 JWT
- Sample Code:spring-boot-minio
- Reference Article:Spring Boot 集成 MinIO
- Sample Code:spring-boot-quartz
- Reference Article:Spring Boot 集成 Quartz
- Sample Code:spring-boot-easy-excel
- Reference Article:Spring Boot 集成 EasyExcel
Copyright (c) 2022 ElanYoung