Springboot 핵심 라이브러리(2.3.1.RELEASE) spring-boot-starter-web spring-boot-starter-tomcat : 톰캣(WAS) spring-webmvc : 스프링 웹 MVC spring-boot-starter-thymeleaf : 템플릿 엔진 spring-boot-starter(공통) spring-boot spring-core spring-boot-stater-logging slf4j : 로깅 인터페이스 logback : 로깅 구현체 Springboot 테스트 라이브러리 spring-boot-starter-test junit : 테스트 프레임워크 (springboot2.2 부터 junit5가 기본적으로 탑재됨) mockito : 목 라이크러리 assertj :..