server: port: 8082 ################### spring配置 ################### spring: datasource: url: jdbc:mysql://111.198.10.15:11336/casic_metering?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&nullCatalogMeansCurrent=true username: root password: Casic203! initial-size: 2 min-idle: 1 jms: pub-sub-domain: true # session: # store-type: redis casic: # kaptcha-open: false #是否开启登录时验证码 (true/false) nologin-urls: /user/login,/user/appLogin,/kaptcha/base64,/config/baseConfig,/route/mockToken,/workflow/** #图片下载本地地址 file: uploadPath: D:\tmp\ logging: level.root: info level.com.casic: debug level.org.springframework.web: info