- 打印Mybatis Sql + 打印注册的web 接口信息
logging:
level:
com.ca.opengateway.dao : debug
root: info
org.springframework.web: trace # springboot 2.1 以后需要单独配置,之前的版本不需要配置
- actuator json格式打印的配置
spring:
jackson:
serialization:
indent_output: true
- actuator 查看网关上所有的路由信息
http://127.0.0.1:16320/actuator/gateway/routes