Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 5.66 KB

File metadata and controls

80 lines (60 loc) · 5.66 KB

IntelliJ IDE

Spring Boot

Chapter 1 . 객체 지향

Spring-Boot Chapter01 . 개발환경 설치
Spring-Boot Chapter01 . 객체지향이란?
Spring-Boot Chapter01 . 객체지향의 4대 특성
Spring-Boot Chapter01 . 객체지향의 설계 5원칙 SOLID
Spring-Boot Chapter01 . POJO JAVA

Chatper 2 . 디자인 패턴

Spring-Boot Chapter02 . 디자인 패턴
Spring-Boot Chapter02 . 싱글톤 패턴
Spring-Boot Chapter02 . 어댑터 패턴
Spring-Boot Chapter02 . 프록시 패턴
Spring-Boot Chapter02 . 데코레이터 패턴
Spring-Boot Chapter02 . 옵저버패턴
Spring-Boot Chapter02 . 파사드 패턴
Spring-Boot Chapter02 . 전략 패턴

Chapter 3 . 웹 개발 개론

Spring-Boot Chapter03 . 웹 개발이란
Spring-Boot Chapter03 . REST API
Spring-Boot Chapter03 . URI 설계 패턴
Spring-Boot Chapter03 . HTTP Protocol

Chater 4. 스프링 부트 시작하기

Spring-Boot Chapter04 . 스프링 부트란
Spring-Boot Chapter04 . REST Client 설치 & Hello World API 제작 실습
Spring-Boot Chapter04 . GET API
Spring-Boot Chapter04 . POST API
Spring-Boot Chapter04 . PUT API
Spring-Boot Chapter04 . DELETE API
Spring-Boot Chapter04 . Response 내려주기 및 모범사례
Spring-Boot Chapter04 . Object Mapper

Chater 5. 스프링의 특징, 기능

Spring-Boot Chapter05 . 스프링의 핵심
Spring-Boot Chapter05 . IoC , DI
Spring-Boot Chapter05 . AOP
Spring-Boot Chapter05 . ObjectMapper + Encoding Settings
Spring-Boot Chapter05 . 여러가지 Annotation 알아보기

Chater 6. 스프링 기능 활용

Spring-Boot Chapter06 . Spring Boot Validation
Spring-Boot Chapter06 . Spring Boot Custom Validation
Spring-Boot Chapter06 . Spring Boot Exception 처리
Spring-Boot Chapter06 . Spring Boot Validation 모범 사례
Spring-Boot Chapter06 . Filter의 활용
Spring-Boot Chapter06 . Interceptor의 활용
Spring-Boot Chapter06 . 비동기 처리하기

Chater 7. Server to Server 간의 연결

Spring-Boot Chapter07 . Server to Server 통신을 하는 방법
Spring-Boot Chapter07 . Rest Template 사용하기 -1
Spring-Boot Chapter07 . Rest Template 사용하기 -2
Spring-Boot Chapter07 . Naver 지역 검색 API 연동해보기

Chater 8. JUnit으로 테스트하기

Spring-Boot Chapter08 . JUnit 이란?
Spring-Boot Chapter08 . REST API CRUD 테스트 코드 작성하기
Spring-Boot Chapter08 . 테스트 커버리지 확인하기

Chater 9. Swagger를 통한 API 공개

Spring-Boot Chapter09 . Swagger란?
Spring-Boot Chapter09 . Swagger 설정하기

Chater 10. 네이버 API 활용 맛집리스트 만들기 Project

Spring-Boot Chapter10 . Project