jar

com.gitee.reger : spring-boot-starter-dubbo

Maven & Gradle

Jun 20, 2019
3 usages

spring-boot-starter-dubbo · 本项目是spring-boot与dubbo有机结合的桥梁,根据spring-boot开箱即用的原则实现,使dubbo的使用变得及其简单快捷,容易上手。让dubbo小白正常使用dubbo,只需一盏茶的功夫。让分布式大牛使用dubbo,也如沐春风。

Table Of Contents

Latest Version

Download com.gitee.reger : spring-boot-starter-dubbo JAR file - Latest Versions:

All Versions

Download com.gitee.reger : spring-boot-starter-dubbo JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-dubbo-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.reger.dubbo.annotation

├─ com.reger.dubbo.annotation.Export.class - [JAR]

├─ com.reger.dubbo.annotation.Inject.class - [JAR]

com.reger.dubbo.rpc.filter

├─ com.reger.dubbo.rpc.filter.ConsumerFilter.class - [JAR]

├─ com.reger.dubbo.rpc.filter.ConsumerFilterBean.class - [JAR]

├─ com.reger.dubbo.rpc.filter.JoinPoint.class - [JAR]

├─ com.reger.dubbo.rpc.filter.ProceedingJoinPoint.class - [JAR]

├─ com.reger.dubbo.rpc.filter.ProviderFilter.class - [JAR]

├─ com.reger.dubbo.rpc.filter.ProviderFilterBean.class - [JAR]

├─ com.reger.dubbo.rpc.filter.RpcFilter.class - [JAR]

├─ com.reger.dubbo.rpc.filter.Utils.class - [JAR]

com.reger.dubbo.config

├─ com.reger.dubbo.config.AnnotationBean.class - [JAR]

├─ com.reger.dubbo.config.DubboAutoConfiguration.class - [JAR]

├─ com.reger.dubbo.config.ExportBean.class - [JAR]

com.reger.dubbo.properties

├─ com.reger.dubbo.properties.DubboProperties.class - [JAR]

com.alibaba.dubbo.config.spring.beans.factory.annotation

├─ com.alibaba.dubbo.config.spring.beans.factory.annotation.InjectAnnotationBeanPostProcessor.class - [JAR]

├─ com.alibaba.dubbo.config.spring.beans.factory.annotation.InjectBeanPostProcessor.class - [JAR]

Advertisement