Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fw-cloud-system-config 模块 eureka client 依赖错误 #29

Closed
junxiaw opened this issue Feb 1, 2019 · 1 comment
Closed

fw-cloud-system-config 模块 eureka client 依赖错误 #29

junxiaw opened this issue Feb 1, 2019 · 1 comment

Comments

@junxiaw
Copy link

junxiaw commented Feb 1, 2019

原依赖

<dependency>
	<groupId>org.springframework.cloud</groupId>
	<artifactId>spring-cloud-starter-eureka-server</artifactId>
</dependency>

修改为:

<dependency>
	<groupId>org.springframework.cloud</groupId>
	<artifactId>spring-cloud-starter-eureka-client</artifactId>
</dependency>
@junxiaw junxiaw closed this as completed Feb 1, 2019
@junxiaw
Copy link
Author

junxiaw commented Feb 1, 2019

...

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

No branches or pull requests

1 participant