가장 일반적
feature, release,hot fix
대부분의 작업은 develop에서 하고 master에 배포하고 나서는 거의 만지지 않음.
소규모 프로젝트에 적합.
커밋단위로 리뷰하는게 일반적
git flow와 githube flow 의 중간.
팀원들의 실력이 비슷비슷하다면 추천.
현재 인터넷은 OSI 모델이 아닌 TCP 를 따른다.
3-웨이 핸드세이킹
일반적으로 데이터를 전송하는 방식 . API를 보낼때마다 통신함.
https://backendcode.tistory.com/167
WAS
웹서비스 아키텍처
SPRIGN의 3대 원칙
https://tailerbox.tistory.com/42
Auto-configuration
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#web.servlet.spring-mvc
한글번역본
https://godekdls.github.io/Spring%20Boot/documentation-overview/
select-read
insert,update,delete-write
디비 Read와 write 각자 디비를 만드는 경우가 있다?
-db sharding, replication
SPRING 샘플코드
https://github.com/spring-projects/spring-petclinic