백엔드/Spring

spring boot의 핵심 라이브러리

leejiwoo21 2024. 4. 30. 20:07

spring-boot-starter-web

    ㄴ> spring-boot-starter-tomcat(웹서버)

    ㄴ> spring-webmvc: 스프링 웹 MVC

spring-boot-starter-thymeleaf

spring-boot starter(공통)

    spring-boot    

        ㄴ> spring-core

    spring-boot-starter-logging

        ㄴ> logback, slf4f

 

 

테스트 라이브러리

junit:테스트 프레임워크

mockito:목 라이브러리

assert: 테스트코드를 좀 더 편하게 작성하게 도와주는 라이브러리

spring-test: 스프링 통합 테스트 지원