kok202
스프링 부트 강의 정리 (31~34 : NoSQL, API Client)

2019. 5. 19. 03:31[공부] 영상/스프링 부트 강의

Spring boot with NoSQL : https://kok202.tistory.com/133?category=795332

 

Spring boot's NoSQL

Spring Data에서 지원하는 NoSQL -> Redis, MongoDB, Neo4J, Elasticsearch, Redis, Cassandra ... -> 이러한 다양한 기술을 사용할 때 지정해야하는 Bean 설정들을 스프링 부트가 알아서 해준다. 아래 예제들은 l..

kok202.tistory.com

Spring boot with API Client : https://kok202.tistory.com/132?category=782902

 

Spring boot's RestTemplate, WebClient

Spring 에서 Remote REST Service를 호출 할 일이 있을 때 사용한다. RestTemplate instance 는 보통 사용하기 전에 Customizing을한다. RestTemplate 을 customizing 하는 대표적인 3가지 방법 방법 1. RestTempl..

kok202.tistory.com