> ## 核心依賴
| dependencies | version |
| --- | --- |
| Spring Boot | 2.3.6.RELEASE |
| Spring Cloud | Hoxton.SR9 |
| Spring Cloud Alibaba | 2.2.3.RELEASE |
| Spring Cloud OAuth2 | 2.2.4.RELEASE |
| Spring Cloud Gateway | 2.2.6.RELEASE |
| Mybatis Plus | 3.3.2 |
| hutool All | 5.3.10 |
> ## 模塊說明
```
yuli-cloud 快速開發平臺
└── yuli-admin -- 系統基礎運行模塊
├── yuli-auth -- oauth2 認證中心
├── yuli-gateway -- spring cloud gateway 網關服務
├── yuli-nacos -- spring cloud alibaba nacos 服務注冊與配置中心
└── yuli-system
├──yuli-system-api -- 系統基礎配置接口
└── yuli-system-ref -- 系統基礎配置實體及feign調用,ref即為refrence,表示可被引用的項目
└── yuli-tools
├── yuli-sentinel-dashboard -- spring cloud alibaba sentinel 熔斷限流控制面板
├── yuli-code-generator -- 代碼生成器
└── yuli-quartz -- quartz定時任務
└── yuli-common
├── yuli-common-core -- 核心工具庫
├── yuli-common-datasource -- mybatis-plus多數據源
├── yuli-common-mybatis -- mybatis配置
├── yuli-common-security -- security工具
├── yuli-common-seata -- seata分布式事務配置
├── yuli-common-swagger -- swagger文檔
└── yuli-common-sentinel -- sentinel熔斷限流配置
└── yuli-business -- 業務開發聚合項目
```