Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

如果启动报 ClassNotFound,一般是依赖冲突的问题,可以这样解决: #35

Open
Muyv opened this issue Dec 29, 2016 · 1 comment

Comments

@Muyv
Copy link

Muyv commented Dec 29, 2016

给 pom 中 dubbo 的 exclusions 加上添加这些排除:

<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-context</artifactId>
</exclusion>
<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-web</artifactId>
</exclusion>
<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-aop</artifactId>
</exclusion>
<exclusion>
	<groupId>org.springframework</groupId>
	<artifactId>spring-expression</artifactId>
</exclusion>
@keeleys
Copy link

keeleys commented Jan 25, 2018

thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants