Blame view

cloud/weigeng/src/main/resources/application.yaml 394 Bytes
b537495d   陈杰   微耕
1
2
3
4
5
6
server:
  port: 9000

spring:
  application:
    name: weigeng-server
b537495d   陈杰   微耕
7
8
  profiles:
    active: dev
02191019   陈杰   考勤推送修改,绑定关注逻辑
9

e92e5a92   陶汉栋   增加网关负载
10
11
12

eureka:
  instance:
b537495d   陈杰   微耕
13
14
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
b537495d   陈杰   微耕
15
16
    lease-renewal-interval-in-seconds: 10
  client: