greatwall-microservice是一个基于Spring Cloud Alibaba、Layui/Vue的前后端分离的微服务架构管理系统。
#项目结构
.
├── greatwall-business为系统业务模块
│ ├── greatwall-code-generator为系统的代码生成模块
│ ├── greatwall-file-center为系统文件管理模块
│ ├── greatwall-search-center为系统搜索模块
│ └── greatwall-user-center为系统用户模块
├── greatwall-commons为系统的公共模块,各种工具类
│ ├── greatwall-auth-client-spring-boot-starter
│ ├── greatwall-common-core
│ ├── greatwall-common-spring-boot-starter
│ ├── greatwall-db-spring-boot-starter
│ ├── greatwall-elasticsearch-spring-boot-starter
│ ├── greatwall-loadbalancer-spring-boot-starter
│ ├── greatwall-log-spring-boot-starter
│ ├── greatwall-oss-spring-boot-starter
│ ├── greatwall-redis-spring-boot-starter
│ ├── greatwall-sentinel-spring-boot-starter
│ └── greatwall-swagger2-spring-boot-starter
├── greatwall-config为系统公共配置模块
├── greatwall-gateway
│ └── greatwall-gateway-sc
├── greatwall-monitor
│ ├── greatwall-admin-sc
│ └── greatwall-log-center
├── greatwall-uaa
├── greatwall-web
│ ├── greatwall-web-back为系统Layui管理界面
│ └── greatwall-web-front为系统的vue管理界面
├── help
└── sql为系统数据库语句
- 快速开始
- 项目简介
- 快速了解
- 项目启动
- 常见问题
- 开发计划
- 后端手册
- ELK【日志分析系统】
- 文档说明
- 应用效果图
- 运行环境
- Filebeat
- Elastsearch
- Logstash
- Kibana
- APM【链路跟踪系统】
- SkyWalking
- 简介
- server部署
- agent部署
- 本地eclipse配置
- 使用Console
- GPE【监控预警系统】
- Prometheus
- Grafana
- Exporter
- node-exporter【服务器监控】
- mysql-exporter【MySQL监控】
- elasticsearch-exporter【Elasticsearch监控】
- nacos-exporter【Nacos监控】
- redis-exporter【Redis监控】
- microservices-exporter【微服务监控】
- DFS【分布式文件系统】
- MinIO
- 注册中心
- nacos
- 简介
- 架构
- 部署
- 限流熔断
- sentinel
- 软件简介
- Sentinel 的历史
- Sentinel 基本概念
- Sentinel 功能和设计理念
- 熔断降级
- Sentinel 是如何工作的
- 启动 Sentinel 控制台
- Zookeeper
- canal
- 简介
- 工作原理
- MySQL准备
- canal-admin部署
- canal-deployer部署
- canal-adapter部署
- GPE监控
- 分布式任务
- xxl-job
- 简介xxl-job
- 特性
- 接入
- demo
- 前端手册
- vue
- 项目部署