1. 사용할 junit-jupiter, junit-platform 버전 properties 로 지정 - 이건 필수는 아니다. 그냥 버전을 전역적으로 관리하기 위해... 5.7.1 2. pom.xml 에서 SpringBoot 1.5.x 에 포함된 Junit4 의존성 제외처리 org.springframework.boot spring-boot-starter-test test junit junit 3. junit-jupiter-api, junit-jupiter-engine 의존성 추가 org.junit.jupiter junit-jupiter-api ${junit-jupiter.version} test org.junit.jupiter junit-jupiter-engine ${junit-jupiter.version..