Newer
Older
smartcity_bridge / casic-web / src / main / resources / config / application-dev.yml
zhout on 12 Jul 2021 1 KB 上传文件修改
server:
  port: 8083

  maxPostSize: -1
  maxHttpHeaderSize: 102400
###################  spring配置  ###################
spring:
  datasource:
    url: jdbc:mysql://111.198.10.15:11102/casic_smartcity_dcms_cr?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
    username: root
    password: Casic203!
    initial-size: 2
    min-idle: 1
  jms:
    pub-sub-domain: true
  session:
    store-type: redis
  redis:
    host: 111.198.10.15
    port: 11412
    password: ew5T4K3#203lwh
    redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
#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,/maintain/contentByType,/maintain/getUsers,/maintain/addApp,/maintain/listPage
  file-upload-path: C:\casic\tmp\
  file-download-path: D:\tmp\
  producerName: producer
  repairName: repair
  wxUrl: https://api.weixin.qq.com/sns/jscode2session  #获取微信openid
  spring-session-open: true #开启spring session
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log