Blame view

config-repo/EurakaServer.yml 213 Bytes
b8fc5b5e   liuzhaolu   新配置
1
2
3
4
5
6
7
8
9
10
11
  eureka:
    instance:
      prefer-ip-address: true
    client:
      register-with-eureka: false
      fetch-registry: false
      serviceUrl:
        defaultZone: http://127.0.0.1:${server.port}/eureka/
  
  server:
     port: 1002