# geline-cloud **Repository Path**: cloud-coder/geline-cloud ## Basic Information - **Project Name**: geline-cloud - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 系统模块 ~~~ com.nanke ├── cloud-common // 通用模块 │ └── cloud-common-core // 核心模块 │ └── cloud-common-kisso // jwt单点登录 │ └── cloud-common-log // 日志记录 │ └── cloud-common-mybatis // mybatis服务 │ └── cloud-common-redis // redis服务 │ └── cloud-common-mq // mq服务 │ └── cloud-common-sentinel // 哨兵模块 ├── cloud-services // 微服务模块 │ └── cloud-gateway // 网关服务 [9999] │ └── cloud-auth // 认证中心 [9998] │ └── cloud-system // 系统模块服务(用户模块、权限模块、字典模块、日志模块) │ └── cloud-system-api // api接口(entity, feignClientService) │ └── cloud-system-biz // 业务实现 [9201] ├── cloud-web // web模块 │ └── cloud-web-admin // 后台管理系统 [9101] │ └── cloud-web-visual // 监控系统 [9102] ├── cloud-demo // demo模块 │ └── cloud-demo-server // 微服务服务端demo [8081] │ └── cloud-demo-client // 微服务客户端demo [8082] ├──pom.xml // 公共依赖 ~~~ ## 服务器部署架构图