Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

通用的微服务后台管理系统模板;技术栈 SpringCloudAlibaba + Nacos + OpenFeign + Gateway + SpringSecurity + MyBatisPlus + Redis + Oracle/MySQL;支持多数据源、多级缓存、动态线程池、MQ 等

License

NotificationsYou must be signed in to change notification settings

cadecode/uni-boot-cloud

Repository files navigation

项目简介

  1. 本项目是一套通用的微服务后台管理系统模板,基于 SpringCloud 生态构建,集成常用组件,方便扩展使用

  2. 本项目采用前后端分离结构,以下是配套的前端模板

    基于 Vue 的 web 端

  3. 版本与环境

    JDK 版本:8

    SpringBoot 版本:SpringBoot 2.5.4

    SpringCloud 版本:SpringCloud 2020.0.5、SpringCloudAlibaba 2021.1

    数据库版本:MySQL8

    依赖管理工具:Maven 3.6.3

    开发工具:IDEA

  4. 功能与优势

    开源免费(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,提供分布式定时任务调度支持

    支持基于角色的数据库字段权限隔离

功能模块

  1. 代码结构

    ├── 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
  2. 目录介绍

    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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp