server: port: 18089 maxPostSize: -1 maxHttpHeaderSize: 102400 ################### spring配置 ################### spring: datasource: url: jdbc:mysql://111.198.10.15:11102/casic_smartcity_environment?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 environmentUrl: http://47.107.103.35:8010/openApi/data/ #获取环境监测设备数据url logging: level.root: info level.com.casic: debug path: logs/ file: missiles.log