spring-boot-plus框架是spring boot框架的基础上进行高度扩展的一个框架, 高度集成了Spring Session, Spring Data, Spring Cache, Spring WebSocket,Spring Mockito, Spring validation, Redssion,MQ, Redis等前沿框架和服务, 让用户基本无需任何配置构建RESTFul风格的应用,另外框架的DAO层同时实现了Spring Data JPA, Hibernate, Mabatis的各自优势, 基本无需手写SQL语句,也支持用户高度定制SQL,在控制器层, 加入动态视图, 参数校验等高级特性。
☆27Dec 2, 2018Updated 7 years ago
Alternatives and similar repositories for spring-boot-plus
Users that are interested in spring-boot-plus are comparing it to the libraries listed below
Sorting:
- swift是一个轻量级的web框架,实现了 IOC、MVC、ORM、AOP、RabbitMQ 功能,并且已经可以使用,满足基本的开发需要和学习使用,适合了解spring的基本原理。 未来将会逐步实现 安全管理 等功能。 如果你想观看源码,可以从 org.swift.fram…☆11Oct 24, 2023Updated 2 years ago
- 基于HTTP/2协议、netty传输、protostuff序列化的高性能rpc框架☆30Jan 11, 2017Updated 9 years ago
- 分布式事务解决方案之基于可靠消息的最终一致性方案。☆12Jun 21, 2022Updated 3 years ago
- GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!☆11Dec 10, 2020Updated 5 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- Easy Task为简单易用的分布式任务调度平台. An elastic distributed job scheduler system☆37Dec 16, 2022Updated 3 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- elastic-job-lite-spring-boot-starter 让你可以使用spring-boot的方式开发依赖elastic-job的程序☆31Apr 12, 2018Updated 7 years ago
- 在mysql-binlog-connector-java基础上参考 keking-binlog-distributor,提供了监听mysql数据库二进制日志并进行分发的功能☆15Jun 21, 2022Updated 3 years ago
- beego开发的短网址项目☆14Jan 2, 2018Updated 8 years ago
- Cronner 是一个分布式定时任务框架,支持作业依赖、分片、失效转移、集中配置和监控。☆54Aug 17, 2018Updated 7 years ago
- 基于jsqlparser 进行sql语句解析,得到字段间的血缘关系(即所查询字段来源于哪张表中的哪个字段)☆19Oct 6, 2023Updated 2 years ago
- 基于java实现的有限状态自动机,轻松,快捷,高效的关联状态的扭转☆15May 7, 2019Updated 6 years ago
- mybatis插件,可以给insert和update语句自动添加上create_date和update_date☆15Jun 20, 2022Updated 3 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注 入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Aug 7, 2018Updated 7 years ago
- 风控系统设计demo☆23Apr 25, 2017Updated 8 years ago
- Elastic-Job Spring Boot 自动集成示例代码☆19Jul 31, 2018Updated 7 years ago
- 个性化推荐算法的通用处理框架,基于Mahout和Lucene☆18May 25, 2015Updated 10 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现☆16Mar 11, 2014Updated 11 years ago
- jw, short for java web, 模仿spring, 实现一个简单可用的java web框架☆20Jun 20, 2022Updated 3 years ago
- Strom 实时风控统计☆21Nov 30, 2017Updated 8 years ago
- 基于redis的mybatis二级缓存插件☆18Jun 21, 2022Updated 3 years ago
- a simple netty RPC framework。 use protostuff-1.07 for serializer,use netty-3.2.1 for nio.☆41Nov 20, 2014Updated 11 years ago
- 从Hystrix核心代码中提取出来的线程池隔离的代码,可以非常方便的在Web应用中实现线程池隔离☆22Jun 6, 2018Updated 7 years ago
- 京东商品推荐系统-数据爬虫☆18Apr 9, 2015Updated 10 years ago
- 针对阿里巴巴 canal客户端封装,与spring无缝衔接☆25Dec 16, 2022Updated 3 years ago
- jedis plugin for spring☆19Mar 14, 2018Updated 7 years ago
- redislock-spring-boot-starter 是一个基于redis实现的分布式注解锁的工具!☆23May 26, 2023Updated 2 years ago
- 实时风控系统,基于spark-streaming、drools、kafka、redis☆55Sep 7, 2018Updated 7 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆29Dec 10, 2022Updated 3 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Feb 26, 2018Updated 8 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Oct 28, 2016Updated 9 years ago
- Lnk RPC是一款基于Netty实现RPC通讯协议,支持同步,异步和异步回调三种RPC调用方式,支持参数和返回值多态。支持多种负载均衡方式,支持调用流量控制,支持zookeeper和consul等服务注册发现方式,服务端口支持开发人员,运维人员配置以及动态分配,支持服务依…☆28Dec 6, 2017Updated 8 years ago
- 调度系统:提供友好的web界面,支持shell和http触发型的任务、工作流(由多个任务构成),支持任务的自依赖配置,支持失败重试、负载均衡。☆30Jan 10, 2018Updated 8 years ago
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Aug 9, 2017Updated 8 years ago
- 轻量级规则引擎☆24Aug 15, 2017Updated 8 years ago
- ZkConfig是为zookeeper开发的配置服务工具包,能与现有的Java系统进行良好的集成,也可以使用与非java系统以独立进程运行。提供与spring进行集成的插件。采用注解方式对需要动态更新的内存数据对象进行标注。 ZkConfig用于解决在系统集群中配置文件的实…☆25Apr 17, 2015Updated 10 years ago