bootstrap.yml 365 B

1234567891011121314151617
  1. spring:
  2. profiles:
  3. active: dev
  4. logging:
  5. config: classpath:log4j2.yml
  6. eureka:
  7. client:
  8. register-with-eureka: true
  9. fetch-registry: true
  10. serviceUrl:
  11. defaultZone: http://admin:123456@23.37.100.80:8101/eureka/
  12. instance:
  13. ip-address: 23.37.100.55
  14. prefer-ip-address: true
  15. instance-id: ${eureka.instance.ip-address}:${server.port}