# scaffold-cloud **Repository Path**: chennianfenglou/scaffold-cloud ## Basic Information - **Project Name**: scaffold-cloud - **Description**: - 作为脚手架的SpringCloud项目使用 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-07-26 - **Last Updated**: 2022-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scaffold-cloud > A scaffold multi-module project created by Spring Cloud [中文](./docs/README.md)
--- ## Introduction:notebook_with_decorative_cover: With the development of the micro services, there are a lot of frameworks we should study. But when we create a project it always the same to integrate the refs of all the dependencies. Mostly, what we want is to use them but to do the duplicate things. So I create a scaffold of Spring Cloud to use and study Spring Cloud frameworks for coders. And you can use it develop your projects fast. ## For Who:information_desk_person: It’s a scaffold project for everyone who want to create a Spring Cloud stuff quickly. ## Quick Start:new: ### Foreplay:previous_track_button: Because this is a Java project, if you have not developed java projects or some other relevant experience you may need start from [RUNOOB](https://www.runoob.com/java/java-tutorial.html). And then you should learn about **creating a java web project**. Relevantly, mysql, Redis, docker, maven, etc. Learn more if you can. ### Now Start It:beginner: #### Start locally:house: 1. Install MySQL locally and remember your username and password, also port(default 3306) 2. Install Redis, same note as last step 3. Install maven, if you are in China, use Alibaba’s mirror will be faster: ```xml