|
|
@@ -1,13 +1,3 @@
|
|
|
-eureka:
|
|
|
- instance:
|
|
|
- leaseRenewalIntervalInSeconds: 10
|
|
|
- leaseExpirationDurationInSeconds: 30
|
|
|
- preferIpAddress: true
|
|
|
- instanceId: ${spring.cloud.client.ip-address}:${server.port}
|
|
|
- client:
|
|
|
- serviceUrl:
|
|
|
- defaultZone: http://dev.java110.com:8761/eureka/
|
|
|
- #defaultZone: http://localhost:8761/eureka/
|
|
|
server:
|
|
|
port: 8008
|
|
|
tomcat:
|