SpringCloud Alibaba实战之SpringCloud Gateway 请求响应日志

复制@Data  public class GatewayLog {      /**访问实例*/      private String targetServer;      /**请求路径*/      private String requestPath;      /**请求方法*/      private String requestMethod;      /**协议 */      private String schema     /**请求体*/      private String requestBody;      /**响应体*/      private String responseData;      /**请求ip*/      private String ip;   /**请求时间*/      private Date requestTime;   /**响应时间*/      private Date responseTime;      /**执行时间*/      private long executeTime;  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.

THE END
本站服务器由亿华云赞助提供-企业级高防云服务器