dto1 @RequestBody 에서 필드가 하나 인 DTO의 필드가 null인 오류 ⚠️ 에러 사항Contoller에서 @RequestBody를 통해 DTO 클래스로 데이터를 받아와서 사용하는중 DTO클래스의 필드가 null으로 오류가 발생하는 상황AuthContoller@RestController@RequiredArgsConstructor@RequestMapping("api/v1/user/auth")public class AuthController { private final UserAuthService userAuthService; ┅ @PostMapping("/reissue") public ResponseEntity reissue(@RequestBody RefreshTokenDto refreshT.. 2024. 6. 25. 이전 1 다음