Blame view

cloud/zkAttendance/src/main/resources/application.yaml 307 Bytes
17788a11   陈杰   中控指纹机
1
2
3
4
5
6
7
8
9
10
11
12
13
14
server:
  port: 8081

spring:
  application:
    name: zkAtt-server

eureka:
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
  client:
    service-url:
3d2b122f   陶汉栋   人脸抓拍机实现
15
      defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/
17788a11   陈杰   中控指纹机