# fly-cloud **Repository Path**: itdachen/fly-cloud ## Basic Information - **Project Name**: fly-cloud - **Description**: SpringCloud Alibaba 整合模块 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-11 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringCloud, SpringBoot, JWT, Vue, MyBatis ## README # 🎉Fly-Cloud 🎉🎉🔥 ### 🌈 介绍 微服务 ### ⛱️ 核心依赖 | 依赖 | 版本 | |----------------------|------------| | Nacos | 2.1.1 | | Spring Boot | 2.6.6 | | Spring Cloud | 2021.0.5 | | Spring Cloud Alibaba | 2021.0.4.0 | | Mybatis | 3.5.11 | | pagehelper | 5.3.2 | | fastjson | 2.0.21 | | hutool | 5.8.11 | ### 🚧 安装方式 * 基础依赖项目: ```lua https://gitee.com/itdachen/fly-framework ``` * 克隆基础依赖项目 ```lua git clone https://gitee.com/itdachen/fly-framework.git ``` * 进入依赖管理模块安装 ```lua cd /fly-framework/fly-dependencies mvn clean mvn install ``` * 返回根目录安装基础依赖 ```lua cd .. mvn clean mvn install ``` ### 🏭 模块说明 ```lua fly-cloud ├── fly-gateway -- 微服务网关 └── end ```