1
zhang
1 天以前 ad46ec101f19c65d1c7ecda38608ea9fac7c9ef1
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
server:
  port: 9060
 
spring:
  application:
    name: @pom.artifactId@
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/rcs_ctu_stable?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: xltys1995
 
  rabbitmq:
    host: localhost
    port: 5672
    username: root
    password: xltys1995
    # 虚拟host可以不设置,默认/
    virtual-host: /
    # 生产者确认配置
    publisher-confirm-type: correlated
    publisher-returns: true
 
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: 8
 
logging:
  file:
    path: stock/out/rcs-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
 
influxdb3:
  url: http://localhost:8086
  token: xltys1995
  database: rcs_gateway