Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.29 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.29 KB

spring-boot-sample | 中文文档

This project is a collection of Spring Boot sample tutorials - each module covering a single Spring Boot integration tutorial for common frameworks. which contains Spring Boot integrates mainstream technical frameworks such as Redis, Kafka, Quartz, WebSocket, Mybatis, etc. In addition to the above, the modules here also cover many other aspects of Spring Boot.

Spring Framework Version

Spring Boot Spring Cloud
3.2.0 2022.0.4

Building from Source

spring-boot-sample uses a Maven based build system.

Prerequisites

Git and the JDK17 build.

Be sure that your JAVA_HOME environment variable points to the jdk-17.0.5 folder extracted from the JDK download.

Check out sources

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

Build and Install the Project:

./mvn clean install

Contributing

Pull requests are welcome.

License

spring-boot-sample is Open Source software released under the Apache 2.0 license.