server:
port: 11307
################### spring配置 ###################
spring:
datasource:
url: jdbc:mysql://localhost:3306/casic_template?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/base64,/config/baseConfig,/route/mockToken,/workflow/**,/websocket/*
#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