spring:
  application:
    name: data-storage
  profiles:
    active: dcim
  main:
    allow-bean-definition-overriding: true
    allow-circular-references: true
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
    default-property-inclusion: NON_NULL

server:
  port: 8008

netpro:
  servlet:
    gzip:
      enabled: true

mybatis:
  use-assist: true
  type-aliases-package: com.netpro.datastorage.influxdb
  configuration:
    log-impl-key: LOG4J2