application.yml 271 Bytes
Newer Older
liu_cheng_jiu's avatar
liu_cheng_jiu committed
1 2 3 4 5 6 7 8 9 10 11
spring:
  profiles:
    active: db, core, wx
  messages:
    encoding: UTF-8

server:
  port: 8082

logging:
  level:
12 13 14 15 16
    root:  error
    org.springframework:  error
    org.mybatis:  error
    cn.exploring.engine.server.wx:  info
    cn.exploring.engine.server:  info
liu_cheng_jiu's avatar
liu_cheng_jiu committed
17