Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.23 KB

README_zh.md

File metadata and controls

49 lines (32 loc) · 2.23 KB

spring-boot-sample | English Documentation

这个项目是一个 Spring Boot 示例教程的集合——每个模块都覆盖一个单一的 Spring Boot 集成常用框架的教程。 其中包含 Spring Boot 整合 Redis、Kafka、Quartz、WebSocket、Mybatis 等等主流的技术框架,除了上述之外, 这里的模块还涵盖了 Spring Boot 的许多其他方面。

Spring 框架版本

Spring Boot 版本 Spring Cloud 版本
3.2.0 2022.0.4

构建项目

spring-boot-sample 使用基于 Maven 的构建系统。

先决条件

GitJDK17 构建。

确保您的JAVA_HOME环境变量指向 jdk-17.0.5 从 JDK 下载中提取的文件夹。

检查来源

git clone git@github.com:ReLive27/spring-boot-sample.git

构建并安装项目:

./mvn clean install

贡献

非常欢迎提出请求

许可

spring-boot-sample 是在 Apache 2.0 许可 下发布的开源软件 。