juniors-dev-study / domain-driven-design

1 stars 0 forks source link

[#40] Collection converter 추가 #46

Closed chanhyeong closed 2 years ago

chanhyeong commented 2 years ago
  1. 기본으로 들어가는 Collection -> String, Collection -> Object, String -> Object converter 들을 제거하고 별도 추가한 converter 들을 추가합니다
  2. java type -> db column type 판단할 때의 기준을 변경합니다 (getColumnType) 기존 collection 을 array 로 변환 (List -> String[]) 변경: collection 을 내부 클래스로 변환 (List -> String)
chanhyeong commented 2 years ago

@Profile("!test") 는 이따가 빼고 머지하겠습니다