이 포스트는 2020년 07월 22일에 작성되었습니다.
🥅 GOAL
Portfolio
jUnit 단위 테스트 환경 구성 및 적용하기⚽️ Achieve
⏳ Delay
1. commons-logging과 logback-classic과의 충돌로 인한 문제 발생
-> commons-logging을 제외(excusion 처리)
2. console탭에 log가 찍히지 않고, jUnit 테스트 에러에 initializationError 발생
-> Mybatis의 버그로 인해 mybatis-spring 1.2.2버전에서 1.2.4버전으로 업그레이드 함