application.yaml
425 Bytes
server:
port: 100000
spring:
application:
name: regist1
eureka:
instance:
hostname: localhost
# lease-renewal-interval-in-seconds: 30
# lease-expiration-duration-in-seconds: 90
# server:
# enable-self-preservation: true
client:
fetch-registry: true
register-with-eureka: true
# service-url:
# defaultZone: http://localhost:10086/eureka
# healthcheck:
# enabled: true