Spring Study
Spring Boot 마스터를 목표로 하는 핵심 학습 폴더입니다.
추천 순서
00-spring-boot-master-roadmap.md
01-spring-boot-overview.md
02-project-structure-and-package.md
03-ioc-container-and-beans.md
04-dependency-injection.md
05-auto-configuration.md
06-configuration-properties-profiles.md
07-spring-mvc-request-flow.md
08-controller-annotations.md
09-service-layer.md
10-mybatis-mapper-and-sql.md
11-domain-object-and-flyway-schema.md
12-dto-validation-error-response.md
13-transaction.md
14-testing.md
15-actuator-observability.md
16-spring-boot-maven-build.md학습 목표
요청 흐름을 설명할 수 있다.
Bean과 DI를 설명할 수 있다.
Controller, Service, MyBatis Mapper 책임을 구분할 수 있다.
Flyway migration과 Mapper SQL의 역할을 설명할 수 있다.
예외, 검증, 테스트, 운영 기능까지 확장할 수 있다.