Newer
Older
smartwell_sp / casic-web / src / main / resources / config / application-prod.yml
zhout on 25 Aug 2021 1 KB first commit
server:
  port: 8083
###################  spring配置  ###################
spring:
 resources:
   static-locations: file:/casic/casic-web-1.0.0-SNAPSHOT/image/,file:/casic/casic-web-1.0.0-SNAPSHOT/download/
 datasource:
    url: jdbc:mysql://localhost:3306/smartwell_sp?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
    username: root
    password: Casic_203
    initial-size: 2
    min-idle: 1
 jms:
   pub-sub-domain: true
#  session:
#   store-type: redis
 redis:
  host: 127.0.0.1
  port: 6379
  password:
casic:
  kaptcha-open: true #是否开启登录时验证码 (true/false)
  nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig,/route/mockToken,/app/prepositionInvoke,/app/tokenByCard,/sys/receiveSyncData,/sys/test

#flowable数据源和多数据源配置
#missiles:
#  kaptcha-open: false #是否开启登录时验证码 (true/false)
#  nologin-urls: /user/login,/user/appLogin,/kaptcha,/config/baseConfig
#  file-upload-path: D:\java\boot\missiles-web-1.0.0-SNAPSHOT\upload
#  flowable:
#    datasource:
#        url: jdbc:mysql://119.254.103.80:3000/guns_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
#        username: root
#        password: root
smartcity:
  config:
    export-path: /casic/casic-web-1.0.0-SNAPSHOT/export/
    image-path: /casic/casic-web-1.0.0-SNAPSHOT/image/
    config-path: /casic/casic-web-1.0.0-SNAPSHOT/temp/
    download-path: /casic/casic-web-1.0.0-SNAPSHOT/download/
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log