Newer
Older
smartwell_qd / casic-web / src / main / resources / config / application-dev.yml
server:
  port: 11643
###################  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://111.198.10.15:11102/smartwell_qd?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
    username: root
    password: Casic203!
    initial-size: 2
    min-idle: 1
 session:
    store-type: redis
 redis:
    host: 111.198.10.15
    port: 11412
    password: ew5T4K3#203lwh
    redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
 jms:
   pub-sub-domain: true
#  session:
#   store-type: redis
 redisConfig:
  host: 127.0.0.1
  port: 6379
  password:
 activemq:
   user:
   password:
   broker-url: tcp://192.168.0.203:61616

#flowable数据源和多数据源配置
casic:
  kaptcha-open: false #是否开启登录时验证码 (true/false)
  nologin-urls: /user/login,/user/appLogin,/kaptcha/base64,/config/baseConfig,/route/mockToken,/job/updateSinkJob,/route/sync,/websocket/*,/gasflow/data/recv
  file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
  spring-session-open: true #开启spring session
smartcity:
  config:
    export-path: D:\cz\203\青岛石油\code\smartwell_qd\casic-web\src\main\resources\config\export\
    #export-path: D:\export\
    image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
    config-path: D:\cz\203\workspace\smartwell_qd\casic-web\src\main\resources\config\temp\
    download-path: /Users/oujing/WorkSpace Java/smartwell_qd/casic-web/src/main/resources/config/download/
  device:
    redis:
      invalid-time: 86400
      host: 127.0.0.1
      port: 6379
      password:
      config-prefix: 'Casic:'
  getui:
    appId: H9jSTE2bAt8QWq2K2GNOB3
    appKey: bhPeCutJVdAyOasevQFtN9
    masterSecret: lChudND74A89WRiHLkedb5
logging:
  level.root: info
  level.com.stylefeng: debug
  path: logs/
  file: missiles.log