Newer
Older
gas_receiver_zq / src / main / resources / application.yml
chaizhuang on 17 Oct 2023 1 KB 家用燃气新增在线离线功能
##########################################################
##################  所有profile共有的配置  #################
##########################################################
spring:
  profiles:
    active: dev
  servlet:
    multipart:
      max-file-size: 50MB
      max-request-size: 80MB
mybatis-plus:
  global-config:
    enable-sql-runner: true
  configuration:
    # 配置结果集属性为空时 是否映射返回结果
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
  mapper-locations: classpath:mapper/*.xml
mybatis:
  mapper-locations: classpath:mapper/*.xml
#mybatis-plus:
#    sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
###################  mybatis-plus配置  ###################
###################  casic配置  ###################
casic:
  device:
    gas-dector:
      type: 30
      minutes: 60
      enable-local: false
    data-day: 1 # 时间多少的为离线
    online:
      cron: 0 0/1 * * * ? # 多长时间判断离线