# cjlgb-design-pro **Repository Path**: classabcdas/cjlgb-design-pro ## Basic Information - **Project Name**: cjlgb-design-pro - **Description**: 基于Spring Boot 2.1.5、 Spring Cloud Greenwich.SR1、 OAuth2 的RBAC 权限管理系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2019-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cjlgb-design-pro ## 项目地址 - 在线预览地址:http://106.13.27.76 - 前端码云地址:https://gitee.com/cjlgb/cjlgb-design-admin-ui - 后端码云地址:https://gitee.com/cjlgb/cjlgb-design-pro ## 项目介绍 这是一个很伟大很牛逼的项目 ## 本地运行需要配置Hosts ``` 127.0.0.1 cjlgb-design-rabbitmq 127.0.0.1 cjlgb-design-redis 127.0.0.1 cjlgb-design-mysql 127.0.0.1 cjlgb-design-eureka 127.0.0.1 cjlgb-design-config ``` ## 目录结构 ``` cjlgb-design-pro ├── cjlgb-design-common | ├── cjlgb-design-common-core -- 公共核心包 | ├── cjlgb-design-common-mybatis -- MyBatisPlus 公共配置 | ├── cjlgb-design-common-security -- Spring Security 公共配置 ├── cjlgb-design-config -- 配置中心[端口:4001] ├── cjlgb-design-eureka -- 注册中心[端口:7001] ├── cjlgb-design-gateway -- 服务网关[端口:10001] ├── cjlgb-design-oauth -- 认证服务[端口:10002] ├── cjlgb-design-parent -- 父工程 定义依赖的版本 | ├── cjlgb-design-mysql -- 数据库脚本和构建脚本 | ├── cjlgb-design-rabbitmq -- RabbitMq的构建脚本 ├── cjlgb-design-upms | ├── cjlgb-design-upms-api -- 用户权限API接口 | ├── cjlgb-design-upms-biz -- 用户权限服务[端口:10003] ``` ## 前端技术 技术 | 描述 | 官网 ----|------|---- Vue | 渐进式Javascript框架 | https://vuejs.org Ant Design Vue | UI框架 | https://www.antdv.com/docs/vue/introduce ## 后端技术 技术 | 描述 | 官网 ----|------|---- Maven | 项目构建工具 | http://maven.apache.org Lombok | 简化代码的编译工具 | https://projectlombok.org Spring Boot | 简化Spring开发框架 | https://spring.io/projects/spring-boot Spring Cloud | 微服务解决方案 | https://spring.io/projects/spring-cloud Spring Security | 安全认证框架 | https://spring.io/projects/spring-security Mybatis Plus | ORM框架 | https://mp.baomidou.com Redis | 分布式缓存 | https://redis.io Rabbit Mq | 消息中间件 | https://www.rabbitmq.com