Newer
Older
product-device / casic-web / src / main / resources / config / application-dev.yml
server:
  port: 8083

  maxPostSize: -1
  maxHttpHeaderSize: 102400
###################  spring配置  ###################
spring:
 datasource:
    url: jdbc:mysql://192.168.0.212:3306/product_device?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
    username: root
    password:
    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
  file-upload-path: C:\casic\tmp\
  file-download-path: D:\tmp\
  producerName: producer
  repairName: repair
  wxUrl: https://api.weixin.qq.com/sns/jscode2session  #获取微信openid
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log