Skip to content

Latest commit

 

History

History
159 lines (144 loc) · 9.73 KB

README-en.md

File metadata and controls

159 lines (144 loc) · 9.73 KB

zlt-microservices-platform

Downloads Downloads Downloads Downloads Downloads Downloads star github star

If you find it helpful, please click "Star" in the upper right corner to support it. Thank you

 

1. Overall Architecture Diagram

mark

 

2. Features

mark

 

3. Project Introduction

  • Technical exchange group
Exchange three groups
Exchange three groups
  • Detailed online documentationhttps://www.kancloud.cn/zlt2000/microservices-platform/919418
  • Demohttp://zlt2000.cn
    • Account:admin/admin
    • APM monitoring: admin/admin
    • Grafana:zlt/zlt123
    • Task managment:admin/123456
  • The demonstration environment has a full range of monitoring examples: log system + APM system + GPE system
  • Gitee address:https://gitee.com/zlt2000/microservices-platform
  • Github address:https://github.com/zlt2000/microservices-platform
  • Enterprise-level microservice architecture with front-end and back-end separation
  • It is mainly aimed at solving common problems in microservice and business development non-functional requirements
  • Deep customization of Spring Security truly implements a solution for stateless unified authority authentication based on RBAC, jwt and oauth2
  • Provide application management to facilitate third-party system access, Support multi-tenancy (application isolation)
  • Introduce the idea of componentization to achieve high cohesion, low coupling and high configurability
  • Pay attention to code specifications, strictly control package dependencies, and each project basically has minimum dependencies
  • Ideal for learning and enterprise use

Refactored from the open source project OCP&cp:https://gitee.com/owenwangwen/open-capacity-platform

 

4. 模块说明

central-platform -- parent project, public dependencies
│  ├─zlt-business -- Business module first-level engineering
│  │  ├─user-center -- User Center[7000]
│  │  ├─file-center -- document center[5000]
│  │  ├─code-generator -- Code generator[7300]
│  │  ├─search-center -- search Center
│  │  │  ├─search-client -- Search Center client
│  │  │  ├─search-server -- Search Center Server[7100]
│  │─zlt-commons -- General tool first-level engineering
│  │  ├─zlt-auth-client-spring-boot-starter -- Encapsulate the general operation logic of spring security client
│  │  ├─zlt-common-core -- Encapsulate common operation logic
│  │  ├─zlt-common-spring-boot-starter -- Encapsulate common operation logic
│  │  ├─zlt-db-spring-boot-starter -- Encapsulate the general operation logic of the database
│  │  ├─zlt-log-spring-boot-starter -- Encapsulate log general operation logic
│  │  ├─zlt-redis-spring-boot-starter -- Encapsulate Redis general operation logic
│  │  ├─zlt-loadbalancer-spring-boot-starter -- Encapsulate the general operation logic of Loadbalancer and Feign
│  │  ├─zlt-sentinel-spring-boot-starter -- Encapsulate Sentinel's general operation logic
│  │  ├─zlt-swagger2-spring-boot-starter -- Encapsulate Swagger general operation logic
│  │  ├─zlt-elasticsearch-spring-boot-starter -- Encapsulate Elasticsearch general operation logic
│  │  ├─zlt-oss-spring-boot-starter -- Encapsulate object storage general operation logic
│  │  ├─zlt-zookeeper-spring-boot-starter -- Encapsulate Zookeeper general operation logic
│  ├─zlt-config -- configuration center
│  ├─zlt-doc -- project documentation
│  ├─zlt-gateway -- api gateway first level engineering
│  │  ├─sc-gateway -- spring-cloud-gateway[9900]
│  ├─zlt-monitor -- Monitor first-class engineering
│  │  ├─sc-admin -- application monitoring[6500]
│  │  ├─log-center -- log center[7200]
│  ├─zlt-uaa -- spring-security authentication center[8000]
│  ├─zlt-register -- Registration Center Nacos[8848]
│  ├─zlt-web -- Front-end first-level engineering
│  │  ├─layui-web -- layui frontend[8066]
│  │  ├─react-web -- react front end[8066]
│  ├─zlt-demo -- demo level one project
│  │  ├─txlcn-demo -- txlcn distributed transaction demo
│  │  ├─seata-demo -- seata distributed transaction demo
│  │  ├─sharding-jdbc-demo -- sharding-jdbc database sub-table demo
│  │  ├─rocketmq-demo -- rocketmq and mq transaction demo
│  │  ├─sso-demo -- single sign-on demo
Ali Cloud Tencent Cloud

5. Exchange feedback

 

6. Screenshot (click to enlarge the preview)

front page user search
log system log link
server_metrics application_metrics
skywalking Home.png skywalking application topology diagram
elk task center
Log Center 02 slow query sql
nacos-discovery Application Throughput Monitoring