server: port: 11312 ################### spring配置 ################### spring: datasource: smartwell: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://111.198.10.15:11209/smartwell username: postgres password: Casic203 cms: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://111.198.10.15:11209/smartwell_cms username: postgres password: Casic203 spantilt: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://111.198.10.15:11102/casic_pan_tilt?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true username: root password: Casic203! session: store-type: redis redis: host: 111.198.10.15 port: 11412 password: ew5T4K3#203lwh redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer # session: # store-type: redis #flowable数据源和多数据源配置 casic: kaptcha-open: false #是否开启登录时验证码 (true/false) #kaptcha-open: false #是否开启登录时验证码 (true/false) db: init: enable: false spring-session-open: false #开启spring session logging: level.root: error level.com.casic: info file: path: logs/ name: missiles.log