spring:
  profiles:
    active: core, db
  messages:
    encoding: UTF-8
  freemarker:
    allow-request-override: false
    #Enable template caching.启用模板缓存。
    cache: false
    check-template-location: true
    charset: UTF-8
    content-type: text/html
    expose-request-attributes: false
    expose-session-attributes: false
    expose-spring-macro-helpers: false
    #设置面板后缀
    suffix: .ftl

logging:
  level:
    root:  error
    org.springframework:  error
    org.mybatis:  error
    cn.exploring.engine.server.core:  info