bootstrap.yml 186 B

123456789101112
  1. spring:
  2. profiles:
  3. active: test
  4. application:
  5. name: model-control
  6. # 不配默认为false
  7. tlog:
  8. enable-invoke-time-print: true
  9. logging:
  10. config: classpath:logback-nacos.xml