GITLAB

陶汉栋 / MyCloud

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • mycloud
  • cloud
  • service_register
  • src
  • main
  • resources
  • application.yaml
  • a94761b5   no message Browse Code »
    陶汉栋
    2019-08-05 14:56:35 +0800  
application.yaml 425 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
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