# cutebyte-admin-web **Repository Path**: uncle-li1/cutebyte-admin-web ## Basic Information - **Project Name**: cutebyte-admin-web - **Description**: 室内异常行为监测报警系统管理web端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-28 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Coverage Status Downloads Downloads

## 分支说明 - master: java8 + springboot 2.7 + springcloud 2021 - jdk17: java17 + springboot 3.2 + springcloud 2023 - boot(单体版本): java17 + springboot 3.2 ## 系统说明 - 基于 Spring Cloud 、Spring Boot、 OAuth2 、萤石EZVIZ、vue3、elementPlus 、ant design vue的 RBAC **室内异常行为监测报警系统** - 基于数据驱动视图的理念封装 element-plus,即使没有 vue 的使用经验也能快速上手 - 使用RocketMq消息队列 - 使用spring boot admin - 使用apache开源code generate代码生成模板引擎 - 使用quartz - 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持 - 提供 lambda 、stream api 、webflux 的生产实践 - 使用pig企业RBAC搭建项目脚手架 ## 文档视频 [Cutebyte Web端在线体验monitor.webc.cutebyte.top](http://monitor.webc.cutebyte.top) [Cutebyte Admin端在线体验monitor.adminc.cutebyte.top](http://monitor.adminc.cutebyte.top) ## 快速开始 ### 核心依赖 | 依赖 | 版本 | |-----------------------------|------------| | Spring Boot | 3.2.2 | | Spring Cloud | 2023.0.0 | | Spring Cloud Alibaba | 2022.0.0.0 | | Spring Authorization Server | 1.2.1 | | Mybatis Plus | 3.5.5 | | hutool | 5.8.23 | ### 模块说明 ```lua cutebyte-ui -- https://gitee.com/log4j/pig-ui cutebyte ├── cutebyte-auth -- 授权服务提供[3000] └── cutebyte-common -- 系统公共模块 ├── cutebyte-common-bom -- 全局依赖管理控制 ├── cutebyte-common-core -- 公共工具类核心包 ├── cutebyte-common-datasource -- 动态数据源包 ├── cutebyte-common-log -- 日志服务 ├── cutebyte-common-oss -- 文件上传工具类 ├── cutebyte-common-mybatis -- mybatis 扩展封装 ├── cutebyte-common-seata -- 分布式事务 ├── cutebyte-common-security -- 安全工具类 ├── cutebyte-common-swagger -- 接口文档 ├── cutebyte-common-feign -- feign 扩展封装 └── cutebyte-common-xss -- xss 安全封装 ├── cutebyte-register -- Nacos Server[8848] ├── cutebyte-gateway -- Spring Cloud Gateway网关[9999] └── cutebyte-upms -- 通用用户权限管理模块 └── cutebyte-upms-api -- 通用用户权限管理系统公共api模块 └── cutebyte-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── cutebyte-visual └── cutebyte-monitor -- 服务监控 [5001] ├── cutebyte-codegen -- 图形化代码生成 [5002] └── cutebyte-quartz -- 定时任务管理台 [5007] ``` ### 本地开发 运行 原项目架构文档pig 提供了详细的[框架集成文档](https://www.yuque.com/pig4cloud/pig/vsdox9),包括开发环境安装、服务端代码运行、前端代码运行等。 请务必**完全按照**文档部署运行章节 进行操作,减少踩坑弯路!! ### Docker 运行 ``` # 下载并运行服务端代码 git clone https://gitee.com/log4j/pig.git -b jdk17 cd pig && mvn clean install && docker-compose up -d # 下载并运行前端UI git clone https://gitee.com/log4j/pig-ui.git cd pig-ui && npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install && cnpm run build:docker && cd docker && docker-compose up -d ```
## 开源共建 ### 开源协议 原pig框架开源软件遵循 [Apache 2.0 协议](https://www.apache.org/licenses/LICENSE-2.0.html)。 允许商业使用,但务必保留类作者、Copyright 信息。 #### 💒 集成后端 - [@pig](https://gitee.com/log4j/pig) #### ❤️ 鸣谢列表 - [vue](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fvuejs%2Fvue) - [vue-next](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fvuejs%2Fvue-next) - [element-plus](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Felement-plus%2Felement-plus) - [vue-router-next](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fvuejs%2Fvue-router-next) - [pinia](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Fvuejs%2Fpinia)