server: port: 14537 ################### spring配置 ################### spring: resources: static-locations: file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\,file:D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\ datasource: url: jdbc:mysql://119.254.103.80:3000/smartwell?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false username: root password: root initial-size: 2 min-idle: 1 jms: pub-sub-domain: true # session: # store-type: redis redis: host: 127.0.0.1 port: 6379 password: #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload smartcity: config: export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\ config-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\temp\ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\ logging: level.root: info level.com.stylefeng: debug path: logs/ file: missiles.log