1234567891011121314151617 |
- # 配置输出日志
- logging:
- level:
- org.springframework.cloud.gateway: TRACE
- org.springframework.http.server.reactive: DEBUG
- org.springframework.web.reactive: DEBUG
- reactor.ipc.netty: DEBUG
- #开启端点
- #management:
- # endpoints:
- # web:
- # exposure:
- # include: '*'
- # security:
- # enabled: false
|