Spring Cloud Alibaba 演示项目:Spring Cloud Alibaba Nacos、Spring Cloud Alibaba Dubbo、Spring Cloud Alibaba Sentinel、Spring Cloud Alibaba Seata
☆94May 9, 2019Updated 7 years ago
Alternatives and similar repositories for spring-cloud-alibaba-demo
Users that are interested in spring-cloud-alibaba-demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- spring cloud alibaba(2.2.1最新版)+nacos+dubbo+gateWay+sentinel+rocketmq+(pgsql/mysql8.0的json支持)+ignite集成可用于docker分布式框架+分布式自动化任务+mybatis多数据源+…☆228Sep 8, 2022Updated 4 years ago
- 本项目的目标是将 Dubbo 融入到 Spring Cloud Alibaba 生态中,使微服务之间的调用同时具备 RESTful 和 Dubbo 调用的能力。做到对业务代码无侵入,无感知;引入 JAR 包则微服务间调用使用 Dubbo,去掉 JAR 包则使用默认的 RES…☆146Mar 29, 2019Updated 7 years ago
- spring cloud alibaba Integrate everything demo Nacos服务发现 Ribbon 负载均衡 Feign Nacos 配置中心 Spring cloud Gateway API网关 Apache RocketMQ 消息通信 Sp…☆13Nov 2, 2019Updated 6 years ago
- 一个简易高效的web开发框架☆38Sep 14, 2015Updated 11 years ago
- Spring Cloud Alibaba + Nacos + Dubbo + OpenFeign + Sentinel + Seata 整合示例 (跟进Spring Cloud Alibaba最新版本)☆131Jun 21, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 仿生工具集,包含常用的各种加密解密、JWT生成器、反射工具类、不会OOM的EasyExcel工具箱等☆14Jun 17, 2022Updated 4 years ago
- Google 在 2018 年下旬开源了一款新的 Java 工具 Jib,可以轻松地将 Java 应用程序容器化。通过 Jib,我们不需要编写 Dockerfile 或安装 Docker,通过集成到 Maven 或 Gradle 插件,就可以立即将 Java 应用程序容器化…☆21Apr 7, 2019Updated 7 years ago
- Java后端微服务Spring Cloud Alibaba 阿里全家桶分布式实战架构,可变身单体应用,可拆卸前后端分离管理后台,创业公司必备,开箱即用,持续更新☆75Dec 16, 2023Updated 2 years ago
- 阿里巴巴数据同步组件canal的客户端,解析binlog增量数据后发送至MQ(rabbitmq,kafka,redis)☆26Oct 4, 2022Updated 3 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- 2019年tj第五期spring secuirty课程☆12Nov 29, 2020Updated 5 years ago
- mybatis 通用crud,无需继承,直接调用。☆10Apr 25, 2017Updated 9 years ago
- The Multi-Capacity and Multi-Level Localization Project tackles the complex problem of finding optimal locations for elements such as fac…☆13Aug 19, 2025Updated last year
- mybatis多租户DEMO☆17May 18, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- spring boot + netty + redis +mysql☆18Aug 31, 2017Updated 9 years ago
- springBoot脚手架,集成redis、pagehelper、mongodb、mybatis、log4j2、druid、jwt、mail等。完成大部分公共模块,只需要写业务代码即可。☆53Jun 17, 2022Updated 4 years ago
- 后端技术文章精选☆16Mar 24, 2021Updated 5 years ago
- SpringBoot+zk+dubbo 电商微服务架构☆15Jun 8, 2018Updated 8 years ago
- 一个用Solr做企业应用内的搜索引擎的SpringBoot项目☆21Oct 27, 2018Updated 7 years ago
- smaker cloud是国内首个基于Spring Cloud、spring cloud alibaba微服务化快速开发脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架…☆88May 10, 2019Updated 7 years ago
- 慕课网Java相关课程学习项目源码,博客地址:https://segmentfault.com/blog/zccoder☆14Jul 25, 2017Updated 9 years ago
- Dockerfile Project☆18Nov 10, 2018Updated 7 years ago
- zuul集成Nacos实现动态路由☆45Nov 19, 2018Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 项目初始化☆19Oct 23, 2019Updated 6 years ago
- ☆25Jun 10, 2022Updated 4 years ago
- personal blog☆11Aug 27, 2026Updated 3 weeks ago
- SpringBoot+mybatisplus的动态数据源,实现多租户模式,动态新增租户,无需重启项目☆15Jul 8, 2021Updated 5 years ago
- netty实现简单的http代理☆15Sep 15, 2015Updated 11 years ago
- rpc 功能扩展工具包:现已支持dubbo基于应用级别的点对点直连☆13Jun 17, 2022Updated 4 years ago
- 使用倒排索引及二分法实现了一个简单的规则匹配☆18Mar 14, 2019Updated 7 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Apr 29, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 简易TCP/IP协议栈,支持TCP、UDP,支持DHCP动态获取IP,支持keep_alive等☆24Mar 30, 2018Updated 8 years ago
- springboot整合springsecurity前后端分离项目自定义权限配置☆18Dec 11, 2018Updated 7 years ago
- To replace EventBus, Maybe it is the simplest implemention for observer pattern☆13Oct 31, 2018Updated 7 years ago
- 模仿Spring的IOC机制,实现依赖反转的IOC框架☆16Jun 14, 2023Updated 3 years ago
- netty实现的websocket推送框架☆103Oct 31, 2018Updated 7 years ago
- 阿布的个人网站 SpringBoot(框架)-Mybatis(持久层)-Druid(数据监控)-Redis(缓存)-RabbitMQ(消息中间件)☆13Apr 18, 2018Updated 8 years ago
- SpringBoot-2.0.4源码阅读☆28Dec 27, 2022Updated 3 years ago