스프링 라이브러리 살펴보기

최태양 (choittttt)·2023년 11월 28일
0

스프링 정복하기

목록 보기
2/11
post-thumbnail

스프링 부트 라이브러리

spring-boot-starter-web

spring-boot-starter-tomcat : 톰캣(웹서버)
spring-webmvc : 스프링 웹 MVC

spring-boot-starter-thymeleaf : 타임리프 템플릿 엔진(View)


spring-boot-starter(공통) : 스프링 부트 + 스프링 코어 + 로깅

  • spring-boot
    - spring-core
  • spring-boot-starter-logging
    - logback, slf4j

테스트 라이브러리

spring-boot-starter-test

junit : 테스트 프레임워크
mockito : 목 라이브러리
assertj : 테스트 코드를 좀 더 편하게 작성하게 도와주는 라이브러리
spring-test : 스프링 통합 테스트 지원

    
profile
Better Than Yesterday

0개의 댓글