You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/04/26 02:12:52 UTC

[incubator-dubbo-samples] branch master updated: scanBasePackages wrong

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a300be  scanBasePackages wrong
     new e6f7dcf  Merge pull request #39 from luo877280/master
5a300be is described below

commit 5a300be5dbf9a2274bb11898948b8cce27db708d
Author: luo877280 <17...@qq.com>
AuthorDate: Thu Nov 8 17:54:46 2018 +0800

    scanBasePackages wrong
    
    scanBasePackages is org.XX
---
 .../java/org/apache/dubbo/spring/boot/provider/ProviderApplication.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-samples-spring-boot-hystrix/src/main/java/org/apache/dubbo/spring/boot/provider/ProviderApplication.java b/dubbo-samples-spring-boot-hystrix/src/main/java/org/apache/dubbo/spring/boot/provider/ProviderApplication.java
index 05d13d8..7fdf6cf 100644
--- a/dubbo-samples-spring-boot-hystrix/src/main/java/org/apache/dubbo/spring/boot/provider/ProviderApplication.java
+++ b/dubbo-samples-spring-boot-hystrix/src/main/java/org/apache/dubbo/spring/boot/provider/ProviderApplication.java
@@ -24,7 +24,7 @@ import com.alibaba.dubbo.config.spring.context.annotation.EnableDubbo;
 
 @SpringBootApplication
 @EnableHystrix
-@EnableDubbo(scanBasePackages = { "com.example" })
+@EnableDubbo(scanBasePackages = { "org.example" })
 public class ProviderApplication {
 
     public static void main(String[] args) {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org