-
Updated
Mar 15, 2022 - Java
#
dubbo
Here are 725 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
realJackSun
opened
Dec 20, 2021
ruansheng8
commented
Mar 14, 2022
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
Sentinel
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
sentinel 数据源自动装配问题,以Nacos为例(其他配置中心同理):
当用户引入sentinel-datasource-nacos时,spring-cloud-starter-alibaba-sent
基于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
Feb 9, 2022 - Java
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
-
Updated
Nov 1, 2021 - Java
《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
-
Updated
Feb 14, 2022 - Java
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
-
Updated
Mar 11, 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! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
-
Updated
Mar 14, 2022 - Go
芋道 mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。
mysql
redis
elasticsearch
zookeeper
springboot
dubbo
mall
rocketmq
springcloud
xxl-job
skywalking
sharding-sphere
nacos
seata
-
Updated
Jan 12, 2022 - Java
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
-
Updated
Feb 12, 2022 - Java
SpringBoot2.0+从入门到实战!
-
Updated
Sep 9, 2021 - 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) {
Distributed transaction solutions
-
Updated
Oct 22, 2021 - Java
「小马哥技术周报」
-
Updated
Jan 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
Mar 8, 2022 - Java
每周一篇,内容精简,不咸不淡,期盼探讨。微信公众号:芋道源码【纯源码分享公众号】
-
Updated
May 17, 2019
redis
elasticsearch
jwt
oauth2
spark
spring-boot
modules
rabbitmq
maven
assembly
swagger
hbase
batch
druid
springboot
mybatis
aliyun
dubbo
multi-data
lomback
-
Updated
Mar 15, 2022 - Java
java
redis
spring
maven
springboot
springframework
dubbox
mybatis
spring-mvc
springmvc
dubbo
ssm
ueditor
kindeditor
easyui
dubbo-monitor
dubbo-admin
13
ssm-demo
dubbo-demo
-
Updated
Feb 14, 2019 - Java
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
Jan 12, 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.
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 。望指教