Newer
Older
product-device / casic-web / src / main / resources / application-dev.yml
casic_zt on 6 Jun 2024 1 KB 施工图片批量导出优化
server:
  port: 5905

  maxPostSize: -1
  maxHttpHeaderSize: 102400
###################  spring配置  ###################
spring:
 datasource:
    url: jdbc:mysql://139.198.18.188:3306/product_device?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
    username: pcroot
    password: pcroot#203
    initial-size: 2
    min-idle: 1
#flowable数据源和多数据源配置
casic:
  kaptcha-open: false #是否开启登录时验证码 (true/false)
  nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram,/appDeviceLog/listPage,/appDeviceAdd/add,/appDeviceLog/deviceDetail,/appDeviceLog/add,/appDeviceAdd/fileUpload,/appDeviceAdd/findListByCodes,/appDeviceAdd/findModeCodeByCode,/deviceType/getUser,/project/getProject,/appDeviceLog/deletePhoto,/deviceType/deviceType,/productRepairRecords/add,/appDeviceAdd/fileUploadMarker,/appDeviceAdd/getDevTypeLength,/appDeviceAdd/delete,/appUserOpenid/login,/appUserOpenid/add,/appUserOpenid/validate,/appDeviceAdd/getWellTypeList,/appDeviceAdd/*,/websocket/*,/template/download
  file-upload-path: \excel\
  file-download-path: \excel\
  producerName: producer
  repairName: repair
  wxUrl: https://api.weixin.qq.com/sns/jscode2session  #获取微信openid
  appid: wx8f4b331065a9ac2e #微信小程序开发appid
  secret: 335847f265b3875804c8f8de4231730b #微信小程序开发密钥
  photoPath: C:\casic\ #导出照片位置存放目录
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log