Skip to content
#

dubbo

Here are 722 public repositories matching this topic...

advanced-java

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

  • Updated Jun 9, 2022
  • Java
onewe
onewe commented May 9, 2022

Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.

我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就

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

  • Updated Jun 10, 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 Jun 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