Update README.md
This commit is contained in:
parent
ee4aae665c
commit
f596577a0d
@ -165,12 +165,13 @@ public class EurekaClientApplication {
|
||||
|
||||
2. 配置了hostname而没有配置prefer-ip-address,则访问 hostname:服务名:端口号,
|
||||
|
||||
```
|
||||
如:http://server:8761/info
|
||||
|
||||
```
|
||||
3. 如果配置了prefer-ip-address,则访问 ipAddress:服务名:端口号,
|
||||
|
||||
```
|
||||
如:http://192.168.200.228:8761/info
|
||||
|
||||
```
|
||||
8010 注册中心:
|
||||
|
||||
<div align="center"> <img src="https://github.com/heibaiying/spring-samples-for-all/blob/master/pictures/eureka-8010.png"/> </div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user