Newer
Older
smartwell / casic-web / src / main / resources / config / application-prod.yml
zhout on 19 Aug 2021 1 KB first commit
server:
  port: 2031
###################  spring配置  ###################
spring:
 resources:
   static-locations: file:E:\smartwell\guns-web-1.0.0-SNAPSHOT\image\,file:E:\smartwell\guns-web-1.0.0-SNAPSHOT\download\
 datasource:
   url: jdbc:mysql://111.198.10.15:11102/smartwell?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
   username: root
   password: Casic203!
   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数据源和多数据源配置
#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: E:\smartwell\guns-web-1.0.0-SNAPSHOT\export\
    image-path: E:\smartwell\guns-web-1.0.0-SNAPSHOT\image\
    config-path: E:\smartwell\guns-web-1.0.0-SNAPSHOT\temp\
    download-path: E:\smartwell\guns-web-1.0.0-SNAPSHOT\download\
logging:
  level.root: info
  level.com.stylefeng: debug
  path: logs/
  file: missiles.log