Newer
Older
casic-opt-monitoring-parent / casic-web / src / main / resources / config / application-dev.yml
lwh on 30 Mar 2021 1 KB 接口数据提交
server:
  port: 11307
###################  spring配置  ###################
spring:
  datasource:
    url: jdbc:mysql://111.198.10.15:11102/casic_smartcity_callcenter?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
    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,/config/baseConfig,/route/**,/ws/**,/api/**
  #flowable数据源和多数据源配置
#  flowable:
#    datasource:
#      url: jdbc:mysql://localhost:3306/template_flowable?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
#      username: root
#      password: Casic203!
flowable:
  checkProcessDefinitions: false #不校验process文件
logging:
  level.root: info
  level.com.casic: debug
  path: logs/
  file: missiles.log