server:
  port: 9090
spring:
  application:
    name: talkonlineweb
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
  mvc:
    throw-exception-if-no-handler-found: true
  resources:
    add-mappings: false
  profiles:
    active: prod
logging:
  config: classpath:logback-spring.xml

excludePath: login,test1,test2
