# Pollux **Repository Path**: skyr/pollux ## Basic Information - **Project Name**: Pollux - **Description**: SpringCloudAlibaba脚手架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Product Structure `Pollux` 指的是北河三,双子座β星,光度为太阳的43倍。是距离地球最近的橙巨星之一。给这个项目起名`Pollux`也希望像它一样提供给使用者最后的光和热。 Pollux计划作为SpringCloudAlibaba体系微服务的模板脚手架,目的是提供各种中间件的集成模板,为使用者提供方便快捷的微服务。 ![微服务架构图](http://assets.processon.com/chart_image/601264ae1e085364277b8847.png) 上图是Pollux的规划架构图,截止目前完成了`SpingCloudGateway`、`nacos`、`Skywalking`、`Sentinel`这些模块的对接,后续持续补充... ## 项目模块 ``` lua pollux ├── pollux-common -- 公共组件/依赖 ├── pollux-dependencies -- 公共依赖包管理器 ├── pollux-gateway -- 网关 ├── pollux-boot-admin -- 服务监控 ├── pollux-template -- 公共模板 ├── pollux-service -- 微服务实例 | ├── order-service -- 订单服务 └────└── user-service -- 用户服务 ```