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