GITLAB

陶汉栋 / MyCloud

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • mycloud
  • cloud
  • weigeng
  • src
  • main
  • resources
  • application.yaml
  • e92e5a92   增加网关负载 Browse Code »
    陶汉栋
    2020-07-13 11:20:03 +0800  
application.yaml 304 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
server:
  port: 9000

spring:
  application:
    name: weigeng-server

eureka:
  instance:2
  hostname: localhost
  lease-expiration-duration-in-seconds: 60
  lease-renewal-interval-in-seconds: 10
  client:
    service-url:
      defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/