application.yml 336 B

123456789101112131415161718
  1. sleep: 0
  2. # 配置输出日志
  3. logging:
  4. level:
  5. org.springframework.cloud.gateway: TRACE
  6. org.springframework.http.server.reactive: DEBUG
  7. org.springframework.web.reactive: DEBUG
  8. reactor.ipc.netty: DEBUG
  9. #开启端点
  10. management:
  11. endpoints:
  12. web:
  13. exposure:
  14. include: '*'
  15. security:
  16. enabled: false