dubbo && spring-boot-starter

Posted xiaobin-hlj80

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dubbo && spring-boot-starter相关的知识,希望对你有一定的参考价值。

 

project:

   https://github.com/apache/incubator-dubbo-spring-boot-project

 

1. usage

    <dependency>
            <groupId>com.alibaba.boot</groupId>
            <artifactId>dubbo-spring-boot-starter</artifactId>
            <version>0.2.0</version>
    </dependency>

 

2. main

changed

SpringApplication.run(DemoApplication.class, args);

--->

        new SpringApplicationBuilder(DemoApplication.class)
            .web(WebApplicationType.NONE)
            .run(args);

 

以上是关于dubbo && spring-boot-starter的主要内容,如果未能解决你的问题,请参考以下文章

dubbo && spring-boot-starter

Dubbo 源码解析03_Dubbo Protocol&Filter

SentinelSentinel整合RestTemplate&openFeign&Dubbo

SentinelSentinel整合RestTemplate&openFeign&Dubbo

SentinelSentinel整合RestTemplate&openFeign&Dubbo

十三:Sentinel整合RestTemplate&openFegin&Dubbo实战