Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。
☆28Nov 30, 2019Updated 6 years ago
Alternatives and similar repositories for itstack-demo-springcloud
Users that are interested in itstack-demo-springcloud are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题 人分析汇总。☆13Jun 27, 2019Updated 6 years ago
- door-spring-boot-starter☆11Jun 17, 2022Updated 3 years ago
- 微信公众号:bugstack虫洞栈 沉淀、分享、成长,专注于原创专题案例,以最易学习编程的方式分享知识,让自己和他人都能有所收获。目前已完成的专题有;Netty4.x实战专题案例、用Java实现JVM、基于JavaAgent的全链路监控、手写RPC框架、架构设计专题案例[I…☆29Feb 24, 2026Updated 3 months ago
- 领取驱动设计DDD{Domain-Driven Design}历史较长但随着微服务的兴起DDD又活跃到开发工程师的视线。它提供的是一套架构设计思想,我们可以使用这套方法论将架构设计的尽可能做到高内聚、低耦合、可扩展性强的应用服务。那么本专题以DDD实战落地为根本,分章节设计…☆83Feb 11, 2026Updated 4 months ago
- 使用netty5.0通信方式的局域网聊天,可以快速学习java桌面程序开发。仿照qq登陆首页,界面优雅迷人。本聊天程序叫;《语约》或者《与约》!我认为比马桶、啥的名字 好太多了!☆56Dec 28, 2014Updated 11 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- fuzhengwei.github.io☆14Dec 14, 2022Updated 3 years ago
- itstack-demo-iot-gatewary☆27Oct 4, 2022Updated 3 years ago
- RPC是一种远程调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆66Dec 16, 2022Updated 3 years ago
- 服务质量监控,javaagent+asm☆16Jun 17, 2022Updated 3 years ago
- coap编解码器☆12Oct 18, 2024Updated last year
- 增强SpringBoot Schedule,开发中间件以zookeeper为注册中心扩展为分布式任务调度系统,接入方式接单易用,目前实现功能如下; 多机器部署任务 统一控制中心启停 宕机灾备,自动启动执行 实时检测任务执行信息:部署数量、任务总量、成功次数、失败次…☆96Jun 17, 2022Updated 3 years ago
- 微信公众号:bugstack虫洞栈 | 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:…☆737Sep 19, 2024Updated last year
- ☆10Feb 8, 2020Updated 6 years ago
- 🎭 本专栏是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐Star、分享…☆10Aug 17, 2021Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 一直想把jdk1.8的新特性整理下,恰好看到老外的git(文后有链接),在这个结构上继续完善了说明和功能,做了41个单元测试案例,方便新人学习。以下内容很干,对于一个萌新小白来说,学习jdk1.8的新特性,基本看一遍就知道个7788了,在熟读两遍最后跟着写一遍,那么在实际项…☆70Jun 17, 2022Updated 3 years ago
- MySQL技术内幕 InnoDB存储引擎 第2版☆10Jan 17, 2018Updated 8 years ago
- 在 Spring Boot 项目中简单的将文件存储到:aws-s3、服务器本地、自定义的渠道,同时支持多个存储方式,上传文件时指定存储方式。☆14Aug 5, 2023Updated 2 years ago
- ☆16Mar 31, 2020Updated 6 years ago
- 基于springboot starter机制封装web通用的starter☆13Aug 17, 2023Updated 2 years ago
- ☆10Mar 6, 2016Updated 10 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 9 years ago
- 《客户端》| 客户端是我们的通信核心工程,主要使用Netty4.x作为我们的socket框架来完成通信交互。并且在此工程中负责引入UI的Jar包,完成UI定义的事件(登录验证、搜索添加好友、对话通知、发送信息等等),以及需要使用我们在服务端工程定义的通信协议来完成信息的交…☆21Jun 17, 2022Updated 3 years ago
- 这个版块里边包含:java,jdbc,servlet,jsp,spring,springmvc,mybatis,redis等技 术全部学习代码。☆11May 29, 2018Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Flask extension for registering application webhooks☆15Aug 23, 2022Updated 3 years ago
- flash sales using distributed limit & lock, limit is implemented by counter or token bucket(leaky bucket)☆35Jan 27, 2019Updated 7 years ago
- Ngx_request_stats is a nginx statistics module, the statistic is configurable(by virtual host,uri,request args). The statistics can inclu…☆21Feb 2, 2016Updated 10 years ago
- 服务质量监控,检测从研发到测试的过程中,研发质量。包括;接口列表、热点接口、接口质量(通过次数/单测次数),等信息。☆11Jun 17, 2022Updated 3 years ago
- ☆11Apr 16, 2020Updated 6 years ago
- Tumo Blog develop docs.☆18Nov 1, 2021Updated 4 years ago
- STM32 系列单片机的 DFU 升级工具,基于 STMicroelectronics 提供的 DFUSe demo, 简化掉一些繁琐的操作。☆17Jul 30, 2022Updated 3 years ago
- 使用腾讯云Serverless解析城通网盘直连地址☆13Oct 5, 2022Updated 3 years ago
- spring mvc 风格开发 vertx,vertx-web☆17Dec 16, 2022Updated 3 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- android ftp☆12Aug 17, 2017Updated 8 years ago
- ☆27Sep 30, 2019Updated 6 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 开店星开源小程序商城,基于Yii2+Vue2.0+uniapp易学易用。项目已经过4000+代理商,10万+商户6年线上检验,功能完善,系统逻辑清晰,营销活动多样。项目前后端分离,多端开 发,负载均衡,性能优越架构稳定;H5+小程序+公众号,全渠道覆盖,开箱即用,省时省力。☆24Jan 6, 2023Updated 3 years ago
- ☆25Nov 30, 2019Updated 6 years ago
- A simple Software Rasterizer meant to display some functions of a modern GL like OpenGL☆17Jan 12, 2016Updated 10 years ago
- shardingjdbc3.x 整合,实现自定义主键生成,自定义分库分表策略,可扩展,可读 性更好☆88Jul 12, 2025Updated 11 months ago