-
[Spring Boot로 TodoList 만들기] 1. 목표ComputerScience/Spring Boot 2022. 3. 26. 21:30
공부를 위해 TodoList를 만들어본다.
목표는 다음과 같다.
1. REST한 API를 설계할 수 있다.
2. 객체지향 5원칙(SRP, OCP, LSP, ISP, DIP)을 준수한 코드를 만들 수 있다.
3. Spring 프레임워크의 생애주기를 고려하여 설계할 수 있다.
4. 설계한 코드를 TDD 방식으로 테스트를 진행할 수 있다.
5. 확장 가능한 코드를 작성할 수 있다.'ComputerScience > Spring Boot' 카테고리의 다른 글
[Spring Boot] What are query parameter and @RequestParam Annotation? (0) 2022.03.08 [Spring Boot] application.properties (0) 2020.07.12