spring jotm maven 설정
spring 3.2.1.RELEASE 버전에서 jotm을 사용할 때 maven 설정 정리된 자료가 없어서 이곳 저곳 구글링 하다가 Not found class가 나면 추가하여 구성한 dependency 이므로 =_=;; 다소 찝찝한 감이 있지만.. 뭐... 수정할 곳이 있으면 =_=;; 알려주세요 제발 ㅠㅠ < dependency > < groupId > jotm </ groupId > < artifactId > jotm </ artifactId > < version > ${ jotm -version} </ version > </ dependency > < dependency > < groupId > jencks </ groupId > ...