application-test.yml 684 Bytes
Newer Older
liu_cheng_jiu's avatar
liu_cheng_jiu committed
1 2 3 4 5 6 7 8 9 10 11 12
spring:
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  profiles:
    include: dbTest, coreTest, adminTest, wxTest

server:
  port: 8181

logging:
  level:
13 14 15 16 17 18 19 20
    root:  error
    org.springframework:  error
    org.mybatis:  error
    cn.exploring.engine.server.core:  info
    cn.exploring.engine.server.db:  info
    cn.exploring.engine.server.admin:  info
    cn.exploring.engine.server.wx:  info
    cn.exploring.engine.server:  info
liu_cheng_jiu's avatar
liu_cheng_jiu committed
21 22 23 24 25 26 27

# redis相关配置
projectRedis:
  keyPrefix:
    share: "BI-SHARE-"  # 分享相关
    userInfo: "GYH-USER-INFO-TEST-"           # 用户信息key前缀
  expireDay: 30                          # 默认过期时间天数