You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- eureka:
- instance:
- hostname: eureka
- prefer-ip-address: false
- server:
- enable-self-preservation: false
- eviction-interval-timer-in-ms: 4000
- client:
- register-with-eureka: false
- fetch-registry: false
- serviceUrl:
- defaultZone: http://eureka:1101/eureka/
- logging:
- level:
- root: info
|