ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
> ## 核心依赖 | 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 -- 业务开发聚合项目 ```