server: port: 8083 ################### spring配置 ################### spring: resources: static-locations: file:C:\software\tmp\ datasource: url: jdbc:mysql://192.168.8.201:3306/casic_smartcity_dcms?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 #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/process/processDiagram file-upload-path: D:\java\boot\casic-web-1.0.0-SNAPSHOT\upload flowable: datasource: url: jdbc:mysql://192.168.0.212:3306/guns_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull username: root password: root logging: level.root: info level.org.springframework.cache: error level.com.casic: debug level.com.baomidou.mybatisplus.mapper: debug path: logs/ file: missiles.log