[Spring Boot] Filter 를 이용하여 Response Body 핸들링 (HttpServletResponseWrapper)
0. 환경 Spring Boot 2.5.6 (Gradle) JDK 11(Java 11) IntelliJ Postman [build.gradle dependencies] dependencies { implementation 'org.springframework.boot:spring-boot-starter-quartz' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-log4j2' implementatio..