spring:
  mvc:
    pathmatch:
      matching-strategy: ant_path_matcher
  config:
    activate:
      on-profile: test
  redis:
    host: 192.168.1.65
    port: 22379
    password: '@yf_2017'
  datasource:
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: com.mysql.cj.jdbc.Driver
    username: root
    password: yf_zsk
    #url: jdbc:mysql://127.0.0.1:3306/yifu_upms?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://192.168.1.65:22306/mvp_archives?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
  servlet:
    multipart:
      location: /data/tmp/

#法大大生产环境
#fdd:
#  app-id: FA05480470
#  app-key: GTYGFVFOYUYP3ONRHY91EK8IEAK5L9E7
#  server-url: https://openapi.fadada.com/api/v3/
#  connect-timeout: 10000
#  read-timeout: 10000
#  hrms-url: http://2349f6a315.wicp.vip:39468/v1.0/invoke/yifu-archives/method
#法大大沙箱环境配置
fdd:
  appId: FA38847543
  appKey: HOQBDZAEMEILJM6WU9LY0OPFHNFAMVTQ
  serverUrl: https://sandboxapi.fadada.com/api/v3/
  connectTimeout: 10000
  readTimeout: 10000
  hrmsUrl: http://2349f6a315.wicp.vip:39468/v1.0/invoke/yifu-archives/method