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/**
#图片下载本地地址
file:
uploadPath: D:\tmp\
logging:
level.root: info
level.com.casic: debug
level.org.springframework.web: info