Skip to content
#

dubbo

Here are 723 public repositories matching this topic...

advanced-java

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • Updated Jul 6, 2022
  • Java
frlzk
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:

  1. Spring boot application with devtools in Eclipse
  2. Send message using org.springframework.cloud.stream.function.StreamBridge.send
  3. Modify any cod

基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。

  • Updated Jul 6, 2022
  • Java

RuoYi-Vue 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!

  • Updated Jul 6, 2022
  • Java
shenchao861129
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

🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌

  • Updated Jul 6, 2022
  • Java

Improve this page

Add a description, image, and links to the dubbo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dubbo topic, visit your repo's landing page and select "manage topics."

Learn more