Spring WebFlux - Server Response Jackson Serializer 문제 HTTP GET 요청을 웹 서버로 전송하는 동안 문제가 발생했습니다.다음은 이 리소스를 담당하는 코드 조각입니다. @GetMapping("/events") public Mono getEvents() { return ServerResponse.ok() .contentType(APPLICATION_JSON) .build(); } 요청을 보낼 때 예외가 발생합니다. org.springframework.core.codec.CodecException: Type definition error: [simple type, class org.springframework.web.reactive.function.server.D..