728x90
위에 사이트에 들어가서 Spring Boot를 만들면 2.3.3 Release Version으로 설치가된다.
이 때 JUnit5가 저절로 적용이 되는데
이 때 JUnit4로 세팅을 바꾸는 방법은 간단하다!
pom.xml에서 spring-boot-starter-test 의존성에서 exclusions을 삭제하면 된다!!
728x90
'Spring Boot' 카테고리의 다른 글
[Spring Boot] Thymeleaf 리소스 변경 시 Live reload 적용 오류 해결 방법 (2) | 2020.08.26 |
---|---|
[Spring Boot] 쉽게 에러 페이지 Customizing 하는 법 (0) | 2020.08.23 |
[Spring Boot] Customizing the Banner (0) | 2020.08.18 |
[Spring Boot] @RequestParam 이란? (0) | 2020.07.05 |
[Spring Boot] Entity의 주요 어노테이션 (0) | 2020.07.04 |