eureka icon indicating copy to clipboard operation
eureka copied to clipboard

Results 7 eureka issues
Sort by recently updated
recently updated
newest added

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...

2021-07-16 11:43:20.277 INFO 8056 --- [tbeatExecutor-0] c.n.d.s.t.d.RedirectingEurekaHttpClient : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://hyxx:hyxx1234@haiya1:8080/eureka/} exception=Error while extracting response for type [class com.netflix.appinfo.InstanceInfo] and content type [application/json]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON...

The last version released on Docker Hub was 5 years ago, and uses Spring Boot v1.2.3. https://hub.docker.com/r/springcloud/eureka/tags?page=1&ordering=last_updated I see the current Spring Boot version on master branch is 2.0.2.RELEASE. Please...

![image](https://user-images.githubusercontent.com/28750205/62448465-8ae04e00-b785-11e9-9df4-06e39348c35b.png)

The plugin id 'spring-boot' is deprecated. Please use 'org.springframework.boot' instead

2019-03-05 18:44:32.270 INFO 8804 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d8704ef: startup date [Tue Mar 05 18:44:32 CST 2019]; root of context hierarchy 2019-03-05 18:44:32.712 INFO 8804 --- [ main]...

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...