|
3 年之前 | |
---|---|---|
.idea | 3 年之前 | |
CodeGenerator_ | 3 年之前 | |
authorization-management-server | 3 年之前 | |
authorization-management-web | 3 年之前 | |
common | 3 年之前 | |
doc | 3 年之前 | |
gataway-server | 3 年之前 | |
log-server | 3 年之前 | |
software | 4 年之前 | |
xxl-job-server | 3 年之前 | |
README.md | 3 年之前 | |
pom.xml | 3 年之前 | |
springCloud-L.iml | 4 年之前 |
springCloud微服务项目
软件架构说明
依赖 | 版本 |
---|---|
Spring Boot | 2.3.2 |
Spring Cloud | Hoxton.SR8 |
Spring Cloud Alibaba | 2.2.5.RELEASE |
Mybatis Plus | 3.4.2 |
hutool | 5.5.8 |
Nacos | 1.4.1 |
zipkin | 2.10.1 |
sentinel | 2.2.5.RELEASE |
xxl-job | 2.3.0 |
kafka | 2.13-2.7.0 |
springcloud
├── authorization-management-server -- 单点登录数据微服务
├── authorization-management-web -- 视图微服务
├── gateway-server -- Spring Cloud Gateway网关
├── CodeGenerator_ -- 代码生成模块
├── xx-job-server -- xxl-job分布式任务调度服务
└── common -- 公共模块
一般的请求路径:网关——视图服务——数据微服务——数据库