-
我用idea打开chapter 5发现maven dependences里spring-cloud-starter-eureak-server:1.3.0.RC1这个包是红色的
在project stucture->libraries也看这个包是红色的,我删除掉这个包重新引也还是红色的
-
According to documentation:
> Note: Hazelcast clients do not register themselves to Eureka server, therefore self-registration property has no effect.
If I set **use-classpath-eureka-client-props*…
-
https://yejg.top/2018/07/10/springcloud-registry-center/
一、SpringCloud注册中心搭建注册中心使用Eureka早期artifactId使用spring-cloud-starter-eureka-server但是新版需要使用spring-cloud-starter-netflix-eureka-server。1. 新建一个mav…
-
It might be a bit early, but there are some specific use case scenarios that I have when using it, as follows:
- The Protocol between ztunnel (HBONE)
- Alternative other implementations
- Mor…
-
Using the following configuration:
``` properties
prana.host.healthcheck.url=http://127.0.0.1:5000/hc
prana.host.healthcheck.timeout=1500
prana.proxy.req.acceptencoding=gzip
archaius.deployment.appl…
-
we can use eureka by embed mode, eg, by annotation @EnableEurekaServer that we can custom my discovery server.
how I can do with nacos just like eureka.
thanks.
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
### Ⅱ. Describe what happened
…
-
bootstrap.yml
```
spring:
application:
name: turbine
cloud:
config:
uri: ${CONFIG_SERVER_URL:http://192.168.60.41:8888}
```
http://192.168.60.41:8888/turbine/default
``` json
{
…
-
eureka-client version: 1.9.12
JDK version: 11.0.4
spring-cloud-netflix-eureka-client version: 2.1.2.RELEASE
On eureka-server-side we have 4 servers in 2 zones:
| | zone 1 | zone 2 |
…
-
springcloud-eureka-feign-mybatis-seata 这个例子时 启动account-server 的时候会报错,order-server可以正常启动![image](https://user-images.githubusercontent.com/38905329/68989867-7da82480-0887-11ea-9c33-670ceecf4875.png)
…