• Skip to primary navigation
  • Skip to content
  • Skip to footer
Cloud Native Journey
  • Home
  • Posts
  • Category
  • Tags

    Jaeguk Yun

    Software Engineer/Architect RedHat Certified Specialist in OpenShift Administration

    • Korea
    • 📂 전체 글 수 245 개
    • Workflow
      • workflow (16)
      Kubernetes
      • Argo (2)
      • DevOps (21)
      • Kubernetes (16)
      • Cache (38)
      • Docker (21)
      • Istio (3)
      • Kafka (71)
      • Springboot (27)
      • SpringBatch (1)
      AI / Machine Learning
      • Watson (5)
      기타
      • Etc (17)

    • DTO에서 null인 항목은 json에서 제거

      최대 1 분 소요

      DTO에서 null인 항목은 json에서 제거

      @ToString
      @Getter
      @Setter
      public class CodeDto {
          private int code;
      
          @JsonInclude(Include.NON_NULL)
          private String codeName;
      }
      

      태그: Advice

      카테고리: springboot

      업데이트: March 28, 2023

      공유하기

      Twitter Facebook LinkedIn
      이전 다음

      댓글남기기

      참고

      최대 1 분 소요

      1 분 소요

      최대 1 분 소요

      최대 1 분 소요

      • 팔로우:
      • 피드
      © 2025 Jaeguk Yun. Powered by Jekyll & Minimal Mistakes.