application-test.yaml 2.26 KB
server:
  port: 8012
  servlet:
    session:
      timeout: 43200

spring:
  servlet:
    multipart:
      maxFileSize: 100MB
      maxRequestSize: 500MB
  application:
    name: hzbdcsyn
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
    default-property-inclusion: always
  datasource:
    dynamic:
      primary: master
      datasource:
        master:
          url: jdbc:oracle:thin:@172.16.56.21:1521:orcl
          driver-class-name: oracle.jdbc.driver.OracleDriver
          username: regs
          password: root1234

mybatis-plus:
  mapper-locations: classpath:mapper/**/*.xml
  typeAliasesPackage: com.pashanhoo
  global-config:
    #涓婚敭绫诲瀷  0:"鏁版嵁搴揑D鑷", 1:"鐢ㄦ埛杈撳叆ID",2:"鍏ㄥ眬鍞竴ID (鏁板瓧绫诲瀷鍞竴ID)", 3:"鍏ㄥ眬鍞竴ID UUID";
    id-type: 2
    #瀛楁绛栫暐 0:"蹇界暐鍒ゆ柇",1:"闈� NULL 鍒ゆ柇"),2:"闈炵┖鍒ゆ柇"
    field-strategy: 1
    #椹煎嘲涓嬪垝绾胯浆鎹�
    db-column-underline: true
    #鍒锋柊mapper 璋冭瘯绁炲櫒
    refresh-mapper: true
    #鏁版嵁搴撳ぇ鍐欎笅鍒掔嚎杞崲
    #capital-mode: true
    #搴忓垪鎺ュ彛瀹炵幇绫婚厤缃�
    #key-generator: com.baomidou.springboot.xxx
    #閫昏緫鍒犻櫎閰嶇疆
    logic-delete-value: -1
    logic-not-delete-0: 0
    #鑷畾涔夊~鍏呯瓥鐣ユ帴鍙e疄鐜�
    #meta-object-handler: com.baomidou.springboot.xxx
    #鑷畾涔塖QL娉ㄥ叆鍣�
    #    sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
  configuration:
    map-underscore-to-camel-case: true
    cache-enabled: false
    call-setters-on-nulls: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
app:
  hostUrl: http://172.16.56.41:9182
  bdcdjzmlc: 2890537670326468622
  bdcqzslc: 2890537800123400234
  AppToken: OAduCx5qJD
  AppSecret: DifsZNwDnamuRh9jS0gSOTJFvmmKtT
  areacode: 610702
  eciPath: E:\


management:
  endpoints:
    web:
      exposure:
        include: "*"

logging:
  config: "classpath:logback-spring.xml"
# Minio配置
minio:
  # minio配置的地址,端口9000
  minioUrl: http://172.16.56.30:90
  # 账号
  accessKey: minioadmin
  # 密码
  secretKey: minioadmin
  # MinIO桶名字
  bucketName: ecibucket
swagger2:
  enable: true