카테고리 없음

스웨거 데이터 Request가 null로 들어오는 문제

juhwan 2023. 9. 14. 20:44
  @ApiModelProperty(value = "가게 주소 상세 입력 필드", dataType = "String", name = "addressDetail")
    @JsonProperty(value = "address_detail")
    private String addressDetail;

해당 리퀘스트 파일을 만들어서 데이터를 가져오는 중 로직에 문제가 없음에도 null값이 나오는 문제가 있었다. 

 

알고보니 스네이크 @ApiModelProperty에 name부분 이름을 스네이크케이스로 적어서 null값이 들어오고 있었다.