application.yml 335 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
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: dev
logging:
config: classpath:logback-spring.xml

excludePath: login,test1,test2