Saiful Alamblog.msar.me·Sep 17, 2023Simple API testing on VS CodeThere was many API testing tools like PostMan, ThunderClient etc., but as a developer switching application while developing API application and testing the API endpoints is painful and sharing those endpoint across the team. So there was an extensio...API TestingAPIs
Ji, Seunghyeonjiseunghyeon.com·Aug 1, 2023새로운 HTTP 클라이언트 RestClientSpring Framework 6.1 M2에서 새로운 동기 HTTP 클라이언트인 RestClient가 출시되었습니다! 그런데 그게 뭔데요? 원래 WebClient에서도 동기로 HTTP 쓸 수 있었잖아요? Spring MVC에서 WebClient 하나 쓰겠다며 울며 겨자 먹기로 추가하던 spring-boot-starter-webflux를 지워버리셔도 된다는 말입니다. 따라서 이제 저희는 RestClient를 사용해서 RestTemplate의 기...562 readsrestclient