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
- 項目部署