You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting this application with mvn spring-boot:run, it looks for a config server at http://localhost:8888. The result on first run is a failure, with the Eureka server failing to start. Starting via Gradle does not appear to look for a config server at that address and starts without a problem.
I started a spring cloud config server, then started this Eureka server and since then Eureka will start just fine, even if that config server isn't running anymore.
Is it expected for this server to be fully operational without a config server? Should a first-time run of this application require a config server?
Thanks,
Tim
The text was updated successfully, but these errors were encountered:
Hello,
When starting this application with
mvn spring-boot:run
, it looks for a config server at http://localhost:8888. The result on first run is a failure, with the Eureka server failing to start. Starting via Gradle does not appear to look for a config server at that address and starts without a problem.I started a spring cloud config server, then started this Eureka server and since then Eureka will start just fine, even if that config server isn't running anymore.
Is it expected for this server to be fully operational without a config server? Should a first-time run of this application require a config server?
Thanks,
Tim
The text was updated successfully, but these errors were encountered: