Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.34 KB

File metadata and controls

52 lines (35 loc) · 2.34 KB

spring-cloud-sample | 中文文档

This project is a small but focused collection of Spring Cloud example tutorials -- each module covers Spring Cloud A single and well-defined microservice solution or framework in the system. Highlights include Spring Cloud Consul, Spring Cloud Gateway, Spring Cloud OpenFeign, Spring Cloud Vault. In addition to the above, the modules here cover many other aspects of Spring Cloud.

Spring framework version

Spring Boot Spring Cloud
3.0.2 2022.0.1

Building from Source

spring-cloud-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-cloud-sample.git

Build and Install the Project:

./mvn clean install

Contributing

Pull requests are welcome.

License

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