SpringBoot集成学习项目 SpringBoot Integration
☆22Jul 29, 2020Updated 5 years ago
Alternatives and similar repositories for SpringBootIntegration
Users that are interested in SpringBootIntegration are comparing it to the libraries listed below
Sorting:
- eureka和consul服务注册中心, feign集成restTemplate和ribbon, ribbon负载均衡, hystrix-dashboard熔断器, zuul-filter路由过滤, bus消息总线☆14Oct 9, 2021Updated 4 years ago
- 同花顺自动交易☆10May 9, 2022Updated 3 years ago
- 基于springboot的框架☆14Oct 26, 2016Updated 9 years ago
- 代码工具集,第三方中间件集成等☆11May 13, 2023Updated 2 years ago
- this is study for mybatits☆12Nov 5, 2017Updated 8 years ago
- Spring Boot 项目工具类,框架集成记录。☆52Oct 12, 2022Updated 3 years ago
- 慕课网Java相关课程学习项目源码,博客地址:https://segmentfault.com/blog/zccoder☆14Jul 25, 2017Updated 8 years ago
- 一个使用简单的安全防护、权限验证、身份验证工具,无复杂配置,只需依赖jar并简单配置即可使用,目前拥有功能:角色、菜单、权限集成管理,IP限流,内部服务双向验证、自动打印请求日志等。 A simple and secure protection tool that is …☆18Dec 3, 2024Updated last year
- 基于Spring4.18+SpringMVC 4.18+hibernate4的内容管理系统☆13Nov 13, 2015Updated 10 years ago
- 前段时间自己的网站涉及到支付功能(自己网站后台是node.js开发的),在阅读了官方文档之后,打算在git上找一下开源的支付接口,没想到一个都不能使用,最后无赖自己根据官网资料,自己写了这个接口,原理比较简单,其实没有那么复杂,希望对初学者有帮助,如果有错误还望指出(本接…☆12Aug 1, 2017Updated 8 years ago
- Java 远程debug 示范例子☆14Feb 2, 2020Updated 6 years ago
- java服务端快速集成支付宝和微信支付,使用该项目可以使你快速接入支付宝与微信支付,转账,退款等业务☆19Apr 26, 2021Updated 4 years ago
- SpringBoot人事管理系统☆12Nov 25, 2020Updated 5 years ago
- Dubbos, MyBatis Generator, solr, cxf demos...☆13Dec 20, 2016Updated 9 years ago
- 通用的微服务后台管理系统模板;技术栈 SpringCloudAlibaba + Nacos + OpenFeign + Gateway + SpringSecurity + MyBatisPlus + Redis + Oracle/MySQL;支持多数据源、多级缓存、动态线…☆21Sep 5, 2025Updated 6 months ago
- Lanbda Core → LINQ for Java, Object Query Language (LINQ) library based on the JVM☆23Dec 10, 2025Updated 3 months ago
- 规则引擎drools集成springboot☆25Jun 17, 2022Updated 3 years ago
- jun_api_service是一个基于我另外一个自定义的starter的动态API框架。项目本身使用技术有SpringBoot+字节码生成执行+动态脚本+动态SQL,可以实时动态生成RESTAPI并动态发布或者热加载。且发布后可动态执行java源码、groovy脚本及SQ…☆23Aug 19, 2025Updated 7 months ago
- ☆19Mar 20, 2017Updated 9 years ago
- SpringCloud项目模板☆24Jan 11, 2019Updated 7 years ago
- Embeeded Apache ActiveMQ broker with STOMP over Websockets connector☆17Jun 11, 2014Updated 11 years ago
- SpringBoot人事管理系统配套微信打卡小程序☆20Nov 25, 2020Updated 5 years ago
- SpringBoot集成支付宝、微信支付sdk、实现动态配置quartz任务☆21Dec 16, 2025Updated 3 months ago
- 记录一次springboot集成kafka的过程☆23Jun 21, 2022Updated 3 years ago
- 俗话说,一个好汉十个帮,众人拾柴火焰高等都说明一个道理,有更多的资源,更丰富的积累,都是助你走向成功,走向顶峰的推动力。就我们开发者而言,其中技巧的积累、资源的积累,就是类似一个个好汉、一根根好柴,是我们能够进行高效开发的保证和推动力,本文主要展示我所收藏的辅助类库,并着重…☆24Dec 6, 2022Updated 3 years ago
- initial☆18Apr 16, 2019Updated 6 years ago
- 基于Dubbo的微服务基础框架,整合Spring Boot 2与Dubbo对外提供独立服务,集成Redis、Rabbitmq、mybatis。☆23Apr 22, 2021Updated 4 years ago
- 开源短信平台,提供CMPP,SGIP,SMGP,SMPP协议,集成各种常用短信网关业务功能,包括通道导流,黑名单等☆29Jul 14, 2022Updated 3 years ago
- 热更新 mybatis mapper xml spring boot start☆21Jun 13, 2021Updated 4 years ago
- Generates Go code that matches your Postgres tables☆15Jun 6, 2018Updated 7 years ago
- redis客户端集成spring实现aop方式☆20Feb 9, 2015Updated 11 years ago
- 集信达是一个提供发送短信服务的短信聚合平台, 它聚合了包括阿里, 华为, 梦网, 飞鸽等各大短信服务商于一体, 减少重复对接成本的同时, 保证短信触达率.☆25Aug 18, 2021Updated 4 years ago
- A simple cache that supports expiring and namespace☆17Apr 14, 2016Updated 9 years ago
- 幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制☆29Apr 14, 2021Updated 4 years ago
- 所有项目汇总☆19Mar 27, 2019Updated 6 years ago
- 一个分布式全局唯一ID组件,提供生成符合业务特性的全局唯一ID(比如模块标识+日期+自增序号,类似单据编号必须为RD202009080001 递增,诸如此类),同时还支持雪花ID,支持高并发,快速集成,配置简单方便,单体、微服务项目均可使用☆23Sep 3, 2021Updated 4 years ago
- 基于springboot 2.1.4的通用落地框架,集成众多常用依赖,附带demo示例,方便快速上线项目☆33Jun 29, 2022Updated 3 years ago
- 单纯的文件服务, 目前仅仅集成了minio(人在电信外包差点没了)☆19Feb 27, 2023Updated 3 years ago
- 主流springboot后台开发框架,基本集成了所有能用到的功能,包含二维消息队列,数据库异步写入,MongoDB JPA 聚合查询,拦截器,RxJava,Retrofit使用等☆34Jul 16, 2023Updated 2 years ago