-
SpringBoot 2.0.1.RELEASE
SpringCloud Finchley.RELEASE
pom.xml
```
org.springframework.cloud
spring-cloud-starter-netflix-eureka-client
…
-
Hi there ,I combined eureka \@EnableEurekaServer and config server \@EnableConfigServer in one class.I also add \@EnableDiscoveryClient annotation on it.But on the register page ,only registry is show…
-
Bug:
I want to use the listofservers which are defined in a configuration file during spring boot startup (i.e. in a @Postconstruct annotation) to connect to an aws s3 instance.
```
ribbon:
…
-
我发现dubbo的相关配置(例如zookeeper注册中心的地址等)放在apollo配置中心的时候是不行的,他不会做任何事情,但是把配置放在application.properties的时候是可以的,是不是因为apollo的配置的获取时间在dubbo的服务发现和注册之后导致的呢
-
I’m sure the config about zuul is right。It usually work as expected but sometime the service of route can't work as expected。
the info of logger:
2017-12-08 08:51:31.457 WARN 19231 --- [http-ni…
-
http://mp.baomidou.com/#/
An enhanced toolkit of Mybatis to simplify development
-
spring cloud version is Edgware.SR3
my turibine application:
application.yml
```
server:
port: 8080
turbine:
aggregator:
cluster-config: mycluster
app-config: cloudserver
eureka:…
-
Hi,
I am getting bellow error: Currently I am using Spring boot "2.0.1.RELEASE" and cloud Version as "Finchley.RC1"
**My Ribbon Config:**
import com.netflix.client.config.IClientConfig;
import…
-
Question
```
java.lang.NullPointerException: null cause by URI url filed host is null
so cause "final ServiceInstance instance = choose(exchange);" method error
my springBoot versio…
-
I can't get turbine aggregate result .
```bash
curl "http://localhost:8080/turbine.stream?cluster=springcloud-discovery"
#result:
: ping
data: {"reportingHostsLast10Seconds":0,"name":"meta","t…
ghost updated
6 years ago