# chinh **Repository Path**: nousin/chinh ## Basic Information - **Project Name**: chinh - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-20 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 系统说明 - 系统基于 Pig 开发框架,进行二次开发 - 基于 Spring Cloud 、Spring Boot、 OAuth2 的 RBAC **快速开发平台**, 同时支持微服务架构和单体架构 - 提供对 Spring Authorization Server 生产级实践,支持多种安全授权模式 - 提供对常见容器化方案支持 Kubernetes、Rancher2 、Kubesphere、EDAS、SAE 支持 #### 分支说明 - jdk17: java17/21 + springboot 3.2 + springcloud 2023 - master: java8 + springboot 2.7 + springcloud 2021 ## 快速开始 ### 核心依赖 | 依赖 | 版本 | |-----------------------------|------------| | Spring Boot | 3.2.4 | | Spring Cloud | 2023.0.1 | | Spring Cloud Alibaba | 2022.0.0.0 | | Spring Authorization Server | 1.2.4 | | Mybatis Plus | 3.5.6 | | Vue | 3.4 | | Element Plus | 2.6 | ### 模块说明 ```lua chinh-ui -- https://gitee.com/log4j/chinh-ui chinh ├── chinh-boot -- 单体模式启动器[9988] ├── chinh-auth -- 授权服务提供[3000] └── chinh-common -- 系统公共模块 ├── chinh-common-bom -- 全局依赖管理控制 ├── chinh-common-core -- 公共工具类核心包 ├── chinh-common-datasource -- 动态数据源包 ├── chinh-common-log -- 日志服务 ├── chinh-common-oss -- 文件上传工具类 ├── chinh-common-mybatis -- mybatis 扩展封装 ├── chinh-common-seata -- 分布式事务 ├── chinh-common-security -- 安全工具类 ├── chinh-common-swagger -- 接口文档 ├── chinh-common-feign -- feign 扩展封装 └── chinh-common-xss -- xss 安全封装 ├── chinh-register -- Nacos Server[8848] ├── chinh-gateway -- Spring Cloud Gateway网关[9988] └── chinh-ui -- 前端管理 └── chinh-upms -- 通用用户权限管理模块 └── chinh-upms-api -- 通用用户权限管理系统公共api模块 └── chinh-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── chinh-visual └── chinh-monitor -- 服务监控 [5001] ├── chinh-codegen -- 图形化代码生成 [5002] └── chinh-quartz -- 定时任务管理台 [5007] ``` ### 本地开发 运行 详细的[部署文档](https://www.yuque.com/pig4cloud/pig/vsdox9),包括开发环境安装、服务端代码运行、前端代码运行等。 请务必**完全按照**文档部署运行章节 进行操作,减少踩坑弯路!!