Skip to content

xhuy-le/spring-cloud-discovery-client-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this scenario, only Eureka discovery client is present in the classpath of the app-demo project, the spring-cloud-starter-consul-discovery artifact is commented out in build.gradle. The Eureka discovery client is enabled (eureka.client.enabled=true). The app starts successfully as expected.

EUREKA server

In the eureka project, start the Eurka server :

gradle clean bootRun

Config server

In the config-server project, launch the config server that will register itself with the Eureka server :

gradle clean bootRun

Demo app

In the app-demo project, launch the demo app

gradle clean bootRun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages