https://xzio.tistory.com/1362
-. mapper.xml 오타 등 오류 존재 시
-. test 파일 오류 존재 시
-. Service Layer에서 변수 선언 시 ex) private String key = null; -> service단에선 공통으로 사용할 변수는 controller에서 받아 사용하는 방법 이용해야할 듯