Newer
Older
smartwell_demos / src / main / resources / config / application-dev.yml
server:
  port: 11315
###################  spring配置  ###################
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://111.198.10.15:11102/smartwell_demos?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