인프런의 스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
를 듣고 정리한 게시글입니다.
- spring-boot-starter-tomcat: tomcat(웹서버)
- spring-webmvc: 스프링 웹 MVC
- spring-boot
- spring-core- spring-boot-starter-logging
- logback, slf4j
- junit: test framework
- mockito: 목 라이브러리
- assertj: test code를 좀 더 편하게 작성할 수 있도록 도와주는 라이브러리
- spring-test: 스프링 통합 test 지원