Newer
Older
gas_receiver_zq / target / classes / application.yml
chaizhuang on 9 May 2023 938 bytes 1、修改为NB进行提交
##########################################################
##################  所有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: 10
      minutes: 60
      enable-local: false