- Notifications
You must be signed in to change notification settings - Fork6
通用的微服务后台管理系统模板;技术栈 SpringCloudAlibaba + Nacos + OpenFeign + Gateway + SpringSecurity + MyBatisPlus + Redis + Oracle/MySQL;支持多数据源、多级缓存、动态线程池、MQ 等
License
cadecode/uni-boot-cloud
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
本项目是一套通用的微服务后台管理系统模板,基于 SpringCloud 生态构建,集成常用组件,方便扩展使用
本项目采用前后端分离结构,以下是配套的前端模板
版本与环境
JDK 版本:8
SpringBoot 版本:SpringBoot 2.5.4
SpringCloud 版本:SpringCloud 2020.0.5、SpringCloudAlibaba 2021.1
数据库版本:MySQL8
依赖管理工具:Maven 3.6.3
开发工具:IDEA
功能与优势
开源免费(Apache-2.0 协议)
较好的编码风格
基于 SpringCloud、SpringCloudAlibaba 提供微服务生态支持
基于 SpringSecurity 实现认证授权,支持 API 级的角色访问控制,可动态配置 API 权限、菜单权限
权限认证支持本地 JWT 认证和 Redis Token 认证模式
支持全局异常处理、全局统一接口返回格式(提供声明式注解)
支持 AOP 接口日志(提供声明式注解)
支持接口或方法限流,基于 Guava(提供声明式注解)
支持基于 RedisTemplate 的 Redis 分布式锁(ScheduledExecutorService + 看门狗)
集成数据库访问,Druid + MybatisPlus + PageHelper
集成多数据源,提供原生方案和第三方框架 dynamic-datasource
集成 DynamicTP,提供动态线程池支持
集成 SpringBoot Cache、Caffeine、Redis,提供二级缓存及缓存管理器支持
集成 knife4j,提供 swagger module 的动态配置支持
集成 RabbitMQ,提供通过配置声明多数据源、交换机和队列功能,以及事务消息、消息重试的支持
集成 x-file-storage,提供多平台文件存储、下载的支持
集成 xxl-job,提供分布式定时任务调度支持
支持基于角色的数据库字段权限隔离
代码结构
├── common│ ├── core│ ├── plugin│ │ ├── actuator│ │ ├── cache│ │ ├── concurrent│ │ ├── datasource│ │ ├── log│ │ ├── mybatis│ │ ├── swagger│ │ ├── mq│ │ ├── storage│ │ ├── job│ │ └── pom.xml│ └── pom.xml├── dependencies├── framework│ ├── framework_api│ ├── framework_base│ ├── framework_svc├── example│ ├── example_api│ ├── example_svc├── gateway├── LICENSE├── pom.xml└── README.md
目录介绍
common# 通用模块common/core# 通用核心模块,包含公共注解、常量、异常、工具类、抽象模板等common/plugin# 通用插件模块,用于抽离各种组件、第三方库common/plugin/actuator# 系统资源监控模块,集成 SpringBoot Admincommon/plugin/cache# 缓存模块,集成 caffeine、Redis、二级缓存common/plugin/concurrent# 并发模块,集成 DynamicTP 线程池、阿里 Ttlcommon/plugin/datasource# 数据源模块,集成 Druid、多数据源、ShardingJdbccommon/plugin/log# 日志模块,集成 API 访问日志common/plugin/mybatis# mybatis 模块,集成 MybatisPlus、PageHelpercommon/plugin/swagger# swagger 模块,集成 knife4j,动态配置 swagger 的 modulecommon/plugin/mq# mq 模块,集成 RabbitMQ,提供事务消息、消息重试的支持common/plugin/storage# storage 模块,集成 x-file-storagecommon/plugin/job# job 模块,集成 xxl-jobdependencies# 依赖管理模块,作为父模块,管理全局依赖版本framework# 框架模块framework/framework_api# 框架 feign apiframework/framework_base# 框架通用配置framework/framework_svc# 框架服务,提供基础功能支持,如用户/菜单/角色/字典等管理功能等example# 示例模块example/example_api# 示例 feign apiexample/example_svc# 示例服务gateway# 网关服务
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
About
通用的微服务后台管理系统模板;技术栈 SpringCloudAlibaba + Nacos + OpenFeign + Gateway + SpringSecurity + MyBatisPlus + Redis + Oracle/MySQL;支持多数据源、多级缓存、动态线程池、MQ 等
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.







