I want to make service discovery without spring boot. So I have downloaded the netflix project example and because its gradle project I want to make it maven.
So i created maven project, imported the classes and configuration and i added dependency.
I placed the eureka.war
in Tomcat webapps folder and i started the eureka server.
But when i run the application in eclipse i am getting an error.
ERROR c.netflix.discovery.DiscoveryClient - DiscoveryClient_UNKNOWN/DESKTOP-B997GFD - was unable to refresh its cache! status = There is no known eureka server; cluster server list is empty com.netflix.discovery.shared.transport.TransportException: There is no known eureka server; cluster server list is empty
and Cannot get an instance of example service to talk to from eureka