Skip to content

Instantly share code, notes, and snippets.

View yifanes's full-sized avatar
👋
Focusing

withme yifanes

👋
Focusing
View GitHub Profile
@yifanes
yifanes / RequestAndResponseLoggingFilter.java
Created August 24, 2023 01:29 — forked from ozinal/RequestAndResponseLoggingFilter.java
Spring Boot Request and Response Logging Interceptor
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.web.filter.OncePerRequestFilter;
import org.springframework.web.util.ContentCachingRequestWrapper;
import org.springframework.web.util.ContentCachingResponseWrapper;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
package rabbitmq
import (
"context"
"encoding/json"
"errors"
"fmt"
"github.com/rs/zerolog"
"github.com/streadway/amqp"
"os"
[Solarized Dark]
text(bold)=839496
magenta(bold)=6c71c4
text=839496
white(bold)=fdf6e3
green=859900
red(bold)=cb4b16
green(bold)=586e75
black(bold)=073642
red=dc322f