-
Updated
Jul 6, 2022 - Java
#
dubbo
Here are 723 public repositories matching this topic...
java
redis
elasticsearch
distributed-systems
spring-cloud
zookeeper
rpc
message-queue
high-availability
hystrix
ribbon
eureka
microservices-architecture
feign
high-concurrency
dubbo
advanced-java
distributed-search-engine
springcloud-config
doocs
Yurunsoft
commented
Jul 6, 2022
frlzk
commented
Feb 16, 2022
Which Component
spring-cloud-starter-stream-rocketmq
Describe the bug
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before
To Reproduce
Steps to reproduce the behavior:
- Spring boot application with devtools in Eclipse
- Send message using org.springframework.cloud.stream.function.StreamBridge.send
- Modify any cod
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
redis
microservices
spring
solr
zookeeper
quartz
activemq
druid
mybatis
spring-session
sequence
ehcache
shiro
springmvc
dubbo
mybatis-generator
tbschedule
fastdfs
swagger2
alioss
-
Updated
Jul 6, 2022 - Java
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
-
Updated
Jun 20, 2022 - Java
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
-
Updated
Jun 13, 2022 - Java
《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
-
Updated
Jun 21, 2022 - Java
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for clound!
-
Updated
Jul 3, 2022 - Go
RuoYi-Vue 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️ ,是作者生发的动力!
mysql
redis
elasticsearch
spring-cloud
zookeeper
springboot
dubbo
mall
rocketmq
springcloud
xxl-job
skywalking
sharding-sphere
nacos
spring-cloud-alibaba
seata
-
Updated
Jul 6, 2022 - Java
SpringBoot2.0+从入门到实战!
-
Updated
Sep 9, 2021 - Java
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
-
Updated
Jun 21, 2022 - Java
1991wangliang
opened
Nov 27, 2017
shenchao861129
commented
Mar 7, 2022
// java
public class CommentServiceImpl implements CommentService {
public boolean isForbidsSpeak(Long bookId, Long userId);
public boolean isForbidsSpeak(Long bookId, Long userId, String ip);
......
}
// go
type CommentServiceProvider struct{}
func (p *CommentServiceProvider) IsForbidsSpeak(ctx context.Context, params []interface{}) (interface{}, error) {
good first issue
Good for newcomers
Distributed transaction solutions
-
Updated
Oct 22, 2021 - Java
7
ilaotan
commented
Mar 17, 2022
「小马哥技术周报」
-
Updated
Jun 10, 2022 - Java
-
Updated
Jul 2, 2018 - Java
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
-
Updated
Apr 15, 2022 - Java
每周一篇,内容精简,不咸不淡,期盼探讨。微信公众号:芋道源码【纯源码分享公众号】
-
Updated
May 17, 2019
redis
elasticsearch
jwt
oauth2
spark
spring-boot
modules
rabbitmq
maven
assembly
swagger
hbase
druid
k8s
springboot
mybatis
dubbo
multi-data
k3s
k3d
-
Updated
Jul 6, 2022 - Java
如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。
git
kubernetes
jenkins
gitlab
apollo
ci
cd
grafana
prometheus
zookeeper
paas
etcd
spinnaker
cicd
dubbo
harbor
-
Updated
Mar 9, 2022 - Shell
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥 🔥 🔥 🔥 🔥
java
redis
elasticsearch
lambda
microservices
kafka
spring
spring-boot
tomcat
zookeeper
rpc
sentinel
spring-mvc
rpc-framework
dubbo
log4j2
rocketmq
elastic-job
sharding-jdbc
distributed-rpc
-
Updated
Jun 29, 2022 - Java
2
beiwei30
commented
Aug 1, 2018
Each module should be able to run independently, accordingly, it needs a README.md to show how it works and which functionality it's intended to show is.
1
Improve this page
Add a description, image, and links to the dubbo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dubbo topic, visit your repo's landing page and select "manage topics."
在dubbo版本2.7.3,cache为expiring 类型时,目前没有找到办法配置cache.seconds 和cache.interval 。望指教