|
|
@@ -29,11 +29,12 @@ eureka:
|
|
29
|
29
|
serviceUrl:
|
|
30
|
30
|
defaultZone: http://localhost:9001/eureka/
|
|
31
|
31
|
instance:
|
|
|
32
|
+ hostname: 172.16.0.46
|
|
32
|
33
|
# 每隔10s发送一次心跳(默认30s)
|
|
33
|
34
|
lease-renewal-interval-in-seconds: 10
|
|
34
|
35
|
# 告知服务端30秒还未收到心跳的话,就将该服务移除列表(默认90s)
|
|
35
|
36
|
lease-expiration-duration-in-seconds: 30
|
|
36
|
|
- status-page-url: http://localhost:${server.port}/swagger-ui.html
|
|
|
37
|
+ status-page-url: http://${eureka.instance.hostname}:${server.port}/swagger-ui.html
|
|
37
|
38
|
#图片地址
|
|
38
|
39
|
web:
|
|
39
|
40
|
upload-path: D:/depotImg/
|