Converter1 requestParam unum으로 바인딩 하기 문제 상황: @GetMapping public ResponseEntity findLetterInGame(@Auth final PlayerRequest playerRequest, @RequestParam final Long gameId, @RequestParam final String logType) { if (!(READ.name().equalsIgnoreCase(logType) || WRITE.name().equalsIgnoreCase(logType))) { throw new CommonException(INVALID_REQUEST_PARAMETERS); } final FindLetterLogByGameCommand findLetterLogByGameCommand = FindLetterLogByGame.. 2023. 10. 19. 이전 1 다음