Spring (1) 썸네일형 리스트형 Spring Boot CustomResponse 1. CustomResponse Provide the parametrized type for this generic. Raw use of parameterized class 'CustomResponse' @Getter @AllArgsConstructor public class CustomResponse { private static final String HTTP_STATUS_SUCCESS = "success"; private String status; private int code; private String message; private T data; public CustomResponse(String status, int code, String message) { this.status.. 이전 1 다음