python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Eureka Server did not works
i am trying to use Eureka Server in Spring Boot but for some reasons the Eureka server did not work
in particular the eureka server did not find the enviroment and the Data center, this is my pom.xml...
alessandro cattaneo
Votes: 0
Answers: 0
Failed to start bean 'eurekaAutoServiceRegistration' nested exception is java.lang.NullPointerException
I had this issue and I've tried using the latest spring boot version but still cannot fix. Here is the error output
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.sp...
Jordan Tan Jun Wen
Votes: 0
Answers: 1
Eureka registers services but I cannot acces them by their name
I tried to set up Eureka server along with Eureka clients. I believe I have done all the configuration and I see that my services register themselfs in Eureka Server. I also can access them by the loc...
Noone
Votes: 0
Answers: 1
Dockerizing application with localhost leads to connection refused
So when I start the application locally, it works. The moment I use docker-compose up it starts up, it's going well, and than suddenly connection refused. I used Spring Cloud Gateway, didn't work. Tri...
zhrgci
Votes: 0
Answers: 1