https://github.com/aires-iris/aires-cloud
SpringCloud微服务实践权限管理系统 :one:基于Spring Cloud Netflix和SpringCloud Alibaba的项目实践:two:Docker和K8s项目部署实践:three:Spring Boot Actuator+Skywalking+ELK完整微服务监控与日志收集
https://github.com/aires-iris/aires-cloud
docker grafana prometheus skywalking spring-boot-actuator spring-cloud-alibaba spring-cloud-netflix
Last synced: about 2 months ago
JSON representation
SpringCloud微服务实践权限管理系统 :one:基于Spring Cloud Netflix和SpringCloud Alibaba的项目实践:two:Docker和K8s项目部署实践:three:Spring Boot Actuator+Skywalking+ELK完整微服务监控与日志收集
- Host: GitHub
- URL: https://github.com/aires-iris/aires-cloud
- Owner: aires-iris
- License: apache-2.0
- Created: 2020-10-29T09:05:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T03:27:12.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T05:47:42.165Z (about 2 years ago)
- Topics: docker, grafana, prometheus, skywalking, spring-boot-actuator, spring-cloud-alibaba, spring-cloud-netflix
- Language: Java
- Homepage:
- Size: 3.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 各微服务端口使用情况
| Moudule-Name | 描述 | Application-Name | 占用端口 |
| :----------------------------: | :--------------: | :----------------------------: | :-------: |
| aires-cloud-dependency | 项目全局依赖管理 | - | - |
| aires-cloud-register-eureka | Eureka注册中心 | aires-cloud-register | 8001-8003 |
| aires-cloud-auth | 授权认证中心 | aires-cloud-auth | 8101 |
| aires-cloud-gateway-zuul | Zuul网关 | aires-cloud-gateway-zuul | 8301 |
| aires-cloud-server-system | 微服务提供模块 | aires-cloud-server-system | 8201 |
| aires-cloud-server-system-test | 微服务测试模块 | aires-cloud-server-system-test | 8202 |
| aires-cloud-monitor-admin | 监控中心 | aires-cloud-monitor-admin | 8401 |### 基础服务设施信息
- **Mysql8数据库**: `81.68.159.242:3306`,`账户:root`,`密码:XXXXX`
- **Redis数据库**: `81.68.159.242:XXXXX`