moshowgame / SpringBootCMS
做个简单易用的SpringBootCMS BackEnd后台:SpringBoot2 + MybatisPlus3 + Freemarker AdminUI管理页面:LayMini2(based on LayUI) FrontEndUI前端页面:Bootstrap3/4
☆16Updated 9 months ago
Alternatives and similar repositories for SpringBootCMS:
Users that are interested in SpringBootCMS are comparing it to the libraries listed below
- 基于SpringBoot2.0的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用☆9Updated 5 years ago
- 基于ActiveMQ的数据交换中间件☆14Updated 10 years ago
- 基于springcloud微服务架构、分布式、高并发、高可用的电商平台,前端框架:VUE全家桶,后端技术:springcloud、redis、kafka、elk、xxljob、mybatispuls等框架技术☆23Updated 5 months ago
- Zdal是支付宝自主研发的数据中间件产品,采用标准的JDBC规范,可以在分布式环境下看上去像传统数据库一样提供海量数据服务,是一种通用的分库分 表数据库访问框架,解决单库单表数据库访问压力,Zdal主要提供分库分表,结果集合并,sql解析,数据库failover动态切换等功能…☆18Updated 6 years ago
- fast-cloud是一款微服务系统,采用前后端分离模式, 后台采用Spring cloud Alibaba作为微服务框架,基于OAuth2 的RBAC权限管理,集成Sentinel从流量控制、熔断降级、系统负载等多个维度保护服务的稳定性,采用Nacos作为注册中心和配置中…☆8Updated 4 years ago
- spring cloud入门 学习笔记,Spring Boot + Spring Cloud + mybatis + h2 基础做脚手架;集成了注册中心Eureka,单实例、集群的实践; 集成Ribbon 做负载,Zuul网关动态路由分发以及参数配置调优、Spring Ga…☆13Updated 4 months ago
- 基于annotation的http请求去重插件☆10Updated 7 years ago
- springboot项目使用脚手架,集成redis、mysql、pg,hbase、elasticsearch、kafka等常用组件功能☆20Updated 2 years ago
- 本技术专栏的内容,将包括Spring Cloud常用核心组件,如Eureka、Gateway等等,以及Spring Cloud Alibaba 来自阿里巴巴开源的部分核心组件,如Nacos、Sentinel等等。并将结合实际微服务项目,讲述微服务架构在具体项目应用中的落地,…☆11Updated 5 years ago
- 基于Redis实现消息的定时推送☆11Updated 5 months ago
- Jackson Data Desensitize(Spring Boot 数据脱敏)☆22Updated 5 years ago
- Cloud-Platform是国内首个基于Spring Cloud微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API 管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中…☆16Updated 5 years ago
- 基于Springcloud的分布式敏捷开发系统架构,提供整套公共微服务模块:集中权限管理(单点登录)、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、快速发布平台、任务调度、消息、通知、流程等,支持服务治理、监控和追踪、分布式消息、分布式缓存、…☆19Updated 6 years ago
- 基于redis的分布式锁,适用于秒杀,自增ID等web分布式开发场景☆11Updated 7 years ago
- Java架构师学习☆11Updated 5 years ago
- springboot+redission实现分布式锁☆10Updated 7 years ago
- 基于spring boot + quartz + redis实现job任务调度,前端使用vue和element-ui实现页面控制台。☆13Updated 6 years ago
- 双重缓存,通过guava-cache和redis实现本地缓存+服务器缓存的双重缓存☆21Updated 4 years ago
- word,excel转pdf☆11Updated 6 years ago
- 使用SpringBoot开发的云舒短视频微信小程序(服务端) 分布式Session,模块化开发,容器化部署☆11Updated 4 years ago
- 基于SpringCloud + Nacos + Mybatis Plus + renren代码生成器 + MySQL + Redis缓存+ RabbitMQ消息队列 + ES搜 索引擎 + ELK + OSS自己搭建企业级**B2C**电商项目。☆11Updated 4 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Updated 6 years ago
- 集数据中台,开放平台,API网关,user-auth,devops,SaaS租户账号下发于一体的企业级云管控平台☆39Updated 5 years ago
- 基于职能型组织架构的 工作流引擎服务器☆20Updated last month
- 学习 Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2☆18Updated 4 years ago
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Updated 6 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆22Updated 7 years ago
- 雪忆微服务系统,基于SpringBoot | Mybatis | RabbitMQ | Vue | Element UI的微服务SaaS管理系统,消息队列、数据权限、素材管理、动态源、多租户、数据物理&逻辑双隔离。☆28Updated 2 years ago
- JEECMS是一款基于JAVA技术研发的站群管理系统。 1、支持大规模网站群管理; 2、跨站全文检索、数据共享; 3、微官网/手机网站同步建设; 4、高效二次开发的插件化管理 5、支持可视化模板制作;☆25Updated 8 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Updated 7 years ago