maxdb:
  zhongke:
    api-key: application-5479ccf9b59c66432e5529febe94719a
    application-id: 1a0e5e60-f1bd-11ef-a7de-0242ac110002
    chat-url: http://maxdb.justh5.com/api/application/%s/chat/open
    talk-url: http://maxdb.justh5.com/api/application/chat_message/%s
  screen:
    api-key: application-6e8250fa092a566c7c0aea0e08c9b1a3
    application-id: adc51c8c-f3f4-11ef-a70b-0242ac110002
    chat-url: http://maxdb.justh5.com/api/application/%s/chat/open
    talk-url: http://maxdb.justh5.com/api/application/chat_message/%s

mybatis-plus:
  check-config-location: true
  configuration:
    map-underscore-to-camel-case: true
  global-config:
    db-config:
      id-type: auto
      logic-delete-value: 1
      logic-not-delete-value: 0
      mapper-locations: classpath:mapper/*.xml

server:
  port: 8888
  tomcat:
    max-swallow-size: 104857600

spring:
  profiles:
    active: ${ACTIVE_ENV:dev}
  jackson:
    time-zone: GMT+8