application-dev.yml 423 Bytes
server:
  port: 8761

eureka:
  instance:
    prefer-ip-address: true
    instance-id: ${spring.cloud.client.ip-address}:${server.port}
  client:
    registerWithEureka: false
    fetchRegistry: false
    serviceUrl:
      defaultZone: http://${spring.cloud.client.ip-address}:${server.port}/eureka/
spring:
  application:
    name: eurka-server
logging:
  config: classpath:logback-spring.xml
nafmii:
  log-path: D:/NAFMII