server: port: 9060 spring: application: name: @pom.artifactId@ datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/zy_acs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai username: root password: xltys1995 eureka: client: # enabled: false serviceUrl: defaultZone: http://localhost:8765/eureka/ #redis的相关配置 redis: host: localhost password: xltys1995 port: 6379 max: 30 min: 10 timeout: 5000 index: 3 logging: file: path: /stock/out/acs-gateway/logs agv-tcp: #tcp/ip协议端口 port: 8899 #心跳 s heart-seconds: 300 #最大连接数 backlog: 128 #是否开启keepAlive keep-alive: true #发送滑动窗口(256KB) sndbuf: 262144 #接受滑动窗口(2MB) rcvbuf: 2097152 #上下行日志打印 printPacLog: true