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
server:
  port: 9529
  servlet:
    context-path: /schedule
spring:
  # 出现错误时, 直接抛出异常(便于异常统一处理,否则捕获不到404)
  mvc:
    throw-exception-if-no-handler-found: true
  main:
    allow-bean-definition-overriding: true
  datasource:
    driver-class-name: oracle.jdbc.driver.OracleDriver
    #url: jdbc:oracle:thin:@127.0.0.1:1521/helowin
    #    url: jdbc:oracle:thin:@121.36.40.27:11521/helowin
    url: jdbc:oracle:thin:@1.14.252.33:7101/ORCL
    username: zhfwpt
    password: Zhfwpt_2021
    hikari:
      minimum-idle: 10  #池中维护的最小空闲连接数
      maximum-pool-size: 10   #连接池中允许的最大连接数
      max-lifetime: 3000000    #数据库超时时长300秒
      connection-timeout: 300000
      connection-test-query: SELECT 1 from dual
#  redis:
#    host: 124.70.39.177
#    port: 6379
#    password: ENC(jDQxGA3wyJw2NqbHhEVJ9tOM+BzH2nKv)
#    database: 9
#ftp文件访问地址
file:
  server: https://echftp.yqzhfw.com/
  #ftp文件目录
  base:
    path: /zhfwpt
  #本地缓存目录
  path: D:\tmp
  sftpDownload: C:\ftpData\download
 
zyyt:
  ipPort:
    # 认证
    auth: http://10.225.71.10:9090
    #社会快递日报
    shkdrb: http://10.225.71.10:9090
    #代寄统计表
    djtjb: http://10.225.71.10:9090
    #站点信息表
    station: https://10.225.71.10:9092
 
pullData:
  tryNum: 3
  # 单位秒
  tryTimeOut: 5
  pageSize: 1000