Unable to run webservice-registry [Eureka server], after converting spring-boot-microservices project from gradle to maven -


i working on spring-boot-microservices project. reference link follows: https://github.com/rohitghatol/spring-boot-microservices

this project working gradle.

i have converted maven multi module project. after converting project gradle maven, config server running , facing issue in running other microservices refer configurations (yml files) config servers git uri.

when try run webservice-registry - eureka server , getting following error:

[nforeplicator-0] c.n.d.s.t.d.redirectingeurekahttpclient : request execution error com.sun.jersey.api.client.clienthandlerexception: java.net.connectexception: connection refused: connect @ com.sun.jersey.client.apache4.apachehttpclient4handler.handle(apachehttpclient4handler.java:187) ~[jersey-apache-client4-1.19.1.jar!/:1.19.1]

can please provide solution in solving issue.

thanks , regards,

shilpa kulkarni


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -