# ckcloud-master **Repository Path**: zgadam/ckcloud-master ## Basic Information - **Project Name**: ckcloud-master - **Description**: 微服务框架,权限管理 - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-15 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 依赖 | 版本 ---|--- Spring Boot | 2.1.3.RELEASE Spring Cloud | Greenwich.RELEASE Spring Security OAuth2 | 2.3.3 Mybatis Plus | 3.1.0 hutool | 4.5.0 Avue | 1.5.0 #### 模块说明 ```lua ck ├── ck-auth -- 授权服务提供[3000] └── ck-common -- 系统公共模块 ├── ck-common-core -- 公共工具类核心包 ├── ck-common-log -- 日志服务 └── ck-common-security -- 安全工具类 ├── ck-config -- 配置中心[8888] ├── ck-eureka -- 服务注册与发现[8761] ├── ck-gateway -- Spring Cloud Gateway网关[9999] └── ck-upms -- 通用用户权限管理模块 └── ck-upms-api -- 通用用户权限管理系统公共api模块 └── ck-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── ck-visual -- 图形化模块 ├── ck-monitor -- Spring Boot Admin监控 [5001] └── ck-codegen -- 图形化代码生成[5003] ```