556 Forks
1550 Stars
1550 Watchers

spring-cloud-flycloud

🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_config、注册中心module_eureka、认证授权中心module_uaa、Turbine聚合监控服务module_monitor、链路追踪服务module_zipken、聚合监控服务module_admin、路由网关服务module_gateway、日志服务module_log。另外还包含了两个资源服务:用户服务module_user和blog服务module_blog,另外还有一个common的Module,为资源服务提供一些一本的工具类

How to download and setup spring-cloud-flycloud

Open terminal and run command
git clone https://github.com/mxdldev/spring-cloud-flycloud.git
git clone is used to create a copy or clone of spring-cloud-flycloud repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with spring-cloud-flycloud https://github.com/mxdldev/spring-cloud-flycloud/archive/master.zip

Or simply clone spring-cloud-flycloud with SSH
[email protected]:mxdldev/spring-cloud-flycloud.git

If you have some problems with spring-cloud-flycloud

You may open issue on spring-cloud-flycloud support forum (system) here: https://github.com/mxdldev/spring-cloud-flycloud/issues