# yeshen-cloud **Repository Path**: noxcode/yeshen-cloud ## Basic Information - **Project Name**: yeshen-cloud - **Description**: SpringCloud Alibaba Nacos手脚架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Cloud 手脚架 ### 简介 * 注册中心、配置中心选型Nacos ### 系统模块 ``` com.noxjs ├── yeshen-gateway // 网关模块 [8080] ├── yeshen-auth // 认证中心 [9200] ├── yeshen-api // 接口模块 │ └── yeshen-api-demo // API DEMO ├── yeshen-common // 通用模块 │ └── yeshen-common-core // 核心模块 ├── ruoyi-modules // 业务模块 │ └── yeshen-demo // 演示Demo [9201] ├── yeshen-visual // 图形化管理模块 │ └── yeshen-visual-monitor // 监控中心 [9100] ├──pom.xml // 公共依赖 ``` ### 目标 * [x] 可伸缩:水平可伸缩的平台,构建使用领先的 `Spring Cloud` 开源技术; * [x] 演示模块;