# base **Repository Path**: ASimpleton/base ## Basic Information - **Project Name**: base - **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-06-11 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Coverage Status Downloads Downloads

## 系统说明 - 基于 Spring Cloud 2021 、Spring Boot 2.7、 OAuth2 的 RBAC **权限管理系统** - 基于数据驱动视图的理念封装 element-plus,即使没有 vue 的使用经验也能快速上手 - 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持 - 提供 lambda 、stream api 、webflux 的生产实践 ### 核心依赖 | 依赖 | 版本 | |-----------------------------|------------| | Spring Boot | 2.7.18 | | Spring Cloud | 2021.0.8 | | Spring Cloud Alibaba | 2021.0.6.0 | | Spring Authorization Server | 0.4.4 | | Mybatis Plus | 3.5.6 | | hutool | 5.8.27 | ### 模块说明 ```lua base-ui -- https://gitee.com/log4j/base-ui base ├── base-auth -- 授权服务提供[3000] ├── base-boot -- 单体模式启动[9999] └── base-common -- 系统公共模块 ├── base-common-bom -- 全局依赖管理控制 ├── base-common-core -- 公共工具类核心包 ├── base-common-datasource -- 动态数据源包 ├── base-common-job -- xxl-job 封装 ├── base-common-log -- 日志服务 ├── base-common-oss -- 文件上传工具类 ├── base-common-mybatis -- mybatis 扩展封装 ├── base-common-seata -- 分布式事务 ├── base-common-security -- 安全工具类 ├── base-common-swagger -- 接口文档 ├── base-common-feign -- feign 扩展封装 └── base-common-xss -- xss 安全封装 ├── base-register -- Nacos Server[8848] ├── base-gateway -- Spring Cloud Gateway网关[9999] └── base-upms -- 通用用户权限管理模块 └── base-upms-api -- 通用用户权限管理系统公共api模块 └── base-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── base-visual └── base-monitor -- 服务监控 [5001] ├── base-codegen -- 图形化代码生成 [5002] └── base-quartz -- 定时任务管理台 [5007] ```