-
I'm trying to update my spring boot version from 1.5.10 to 2.1.2 and while staring an application I'm facing below issue:
Description:
Failed to bind properties under '' to com.zaxxer.hikari.Hikar…
-
When using the sample from https://github.com/spring-cloud-samples/turbine the turbine application fails to register itself as eureka client. You need to add `eureka.instance.non-secure-port` to make …
-
SpringBoot2 will be released at February 27, 2018, and Spring Cloud Finchley will be released at March 27, 2018, so I just want to know the loadmap of axon-spring-boot-starter to support Spring Boot…
-
“spring.cloud.consul.discovery.instanceId”
This default configuration, I think, is more appropriate to change to ip+port
hi-sb updated
5 years ago
-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
##### **Overview of the issue**
Simply generate a new microservice project and name it something like demo**M**icroservice, when generating an entity from the microservice gateway the proxy…
-
Go to the home page of [Spring Cloud Task](https://projects.spring.io/spring-cloud-task/) project. In the documentation table on the right, the API links points to the Javadoc for Spring Cloud Task. T…
-
See https://github.com/spring-cloud/spring-cloud-consul/issues/216
---
We have requirement that we should not everytime start our turbine application to register new services from consul , it should…
-
Spring cloud Pay attention to this project when you post news on twitter.
// spring cloud 在twitter 发新闻的时候,就注意这个项目了。
I tried it this evening! Nacos's documentation is really good and written very comp…
-
今天在基于Nepxion Discovery注册的时候,因为机器上有多网卡的关系,有几个是虚拟机的虚拟网卡,在注册consul的时候选用了虚拟网卡的ip。检查配置发现并没有配置
```properties
spring.cloud.consul.discovery.prefer-ip-address=true
```
在`ConsulApplicationContextInitia…