ele-test/springcloud_elm/eureka_server_13001/target/classes/application.yml

13 lines
422 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 13001
eureka:
instance:
hostname: eurekaServer13001
client:
register-with-eureka: false #是否将自己注册给eureka server默认为true
fetch-registry: false #是否启用从注册中心拉取服务列表的功能默认为true
service-url:
defaultZone: http://eurekaServer13000:13000/eureka/
server:
enable-self-preservation: false #关闭自我保护机制