카테고리 없음
spring, null check
een
2021. 7. 2. 13:40
// null check (spring)
if (!StringUtils.isEmpty(orderDate)) {
...
}