# mxdldev/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,为资源服务提供一些一本的工具类

Repository: https://github.com/mxdldev/spring-cloud-flycloud
Canonical: https://ross.abutalabs.com/products/spring-cloud-flycloud
Language: Java
License: Apache-2.0
License Family: permissive
Topics: spring-boot, spring-cloud, spring-mvc, spring-security, springboot, springmvc, spring-data-jpa, springframework, spring
Last push: 2020-06-29T01:21:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2758, "days_push": 2257, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1579, forks 439 (observed 2026-08-28T04:05:06.732103+00:00)

## What it is
FlyCloud is a Spring Cloud microservices reference framework in Java comprising 11 Gradle modules, including a config center, Eureka registry, OAuth2/UAA auth center, Zuul gateway, and monitoring/tracing services (Turbine, Zipkin, Spring Boot Admin). It serves as a template or learning resource for building complete microservice systems.

## Use cases
- set up a spring cloud microservices system with registry, config center and gateway
- learn how to build oauth2 authentication and authorization with spring security
- reference architecture for eureka service discovery and zuul routing
- add centralized logging and zipkin distributed tracing to microservices
- bootstrap a java backend with gradle instead of maven
- monitor spring boot services with turbine and spring boot admin

## When to choose
- you want a complete, working Spring Cloud microservices skeleton to study or adapt
- you need examples of Eureka, Zuul, config server, and OAuth2 UAA wired together
- you prefer Gradle-based multi-module Java projects

## When to avoid
- you need a production-grade, actively maintained framework - the project has not been updated since 2020
- you use Maven or want Kubernetes-native microservices rather than Netflix-era Spring Cloud components
- you need a lightweight single service rather than a full 11-module system

## Facets
- artifact type: framework
- maturity: maintenance
- function: microservices, auth, api-gateway, monitoring, logging, configuration-management, web-framework
- domain: microservices, backend, developer-tools, apis
- platform: jvm, self-hosted
- tags: spring-cloud, spring-boot, gradle, eureka, zuul, oauth2, zipkin, turbine, spring-admin, reference-project, chinese, devops

## Member repositories
- mxdldev/spring-cloud-flycloud (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:06.732103+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:56:44.529284+00:00, confidence not recorded.
  - readme: https://github.com/mxdldev/spring-cloud-flycloud (fetched 2026-08-28T04:05:06.732103+00:00, sha dbc0485ee114)
- Data as of 2026-08-30T08:39:29.467469+00:00.
