# cloud_family **Repository Path**: tsmagic314/cloud_family ## Basic Information - **Project Name**: cloud_family - **Description**: A Spring Cloud Demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-19 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloud_family A Spring Cloud Demo 这是一个Spring cloud微服务架构的Demo,这个项目目前使用Nacos作为注册和配置中心,在部署时需要使用首先部署Nacos。 ## 网关 网关使用Spring Cloud Gateway实现 ## 鉴权 鉴权使用Spring Security搭配Cloud Gateway实现,由于Gateway是使用响应式编程实现,因此Security也需要使用响应式配置实现。