You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/12/12 06:37:39 UTC

[GitHub] SamuelTao opened a new issue #326: NoClassDefFoundError:com/alibaba/dubbo/config/spring/util/PropertySourcesUtils

SamuelTao opened a new issue #326: NoClassDefFoundError:com/alibaba/dubbo/config/spring/util/PropertySourcesUtils
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/326
 
 
   引入包:
   `        <dependency>
               <groupId>com.alibaba.boot</groupId>
               <artifactId>dubbo-spring-boot-starter</artifactId>
               <version>0.1.1</version>
           </dependency>
   
           <!-- Dubbo -->
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>dubbo</artifactId>
               <version>2.6.5</version>
           </dependency>
           <!-- Spring Context Extras -->
           <dependency>
               <groupId>com.alibaba.spring</groupId>
               <artifactId>spring-context-support</artifactId>
               <version>1.0.2</version>
           </dependency>`
   报错如下:
    Error creating bean with name 'com.alibaba.dubbo.config.ApplicationConfig#0': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: com/alibaba/dubbo/config/spring/util/PropertySourcesUtils

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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