RestTemplate vs Netty 차이점 1. 개념적인 차이 RestTemplate Netty정의Spring에서 HTTP 요청을 보내는 클라이언트 라이브러리비동기 기반 네트워크 애플리케이션 프레임워크주요 역할HTTP 요청을 보내고 응답을 받음 (REST API 호출)TCP/UDP, HTTP 서버 구축 및 네트워크 처리사용 방식HTTP 클라이언트 (API 소비)HTTP 서버 or TCP 서버 구축 2. 주요 기능 차이 RestTemplate NettyHTTP 요청/응답클라이언트가 서버에 HTTP 요청을 보낼 때 사용서버 또는 클라이언트로 동작 가능비동기 지원기본적으로 동기 방식 (블로킹)기본적으로 비동기/논블로킹 방식대체 기술WebClient (Spring WebFlux에서 대체)Spring Web..
Stripe BlogStripe는 결제 분야에서 널리 사용되는 플랫폼 중 하나로, 자주 업데이트되는 기술 블로그를 운영하고 있습니다. 다양한 결제 시스템의 설계 및 구현에 관한 내용과 실용적인 코드 예시도 제공됩니다.Stripe Engineering BlogPayPal Developer BlogPayPal은 세계적인 결제 시스템으로, 개발자들이 결제 시스템을 어떻게 구축하고 관리할 수 있는지에 대한 구체적인 정보를 다룹니다. API 활용법과 결제 시스템의 보안 강화 방법 등 유용한 정보가 많습니다.PayPal Developer BlogTechCrunch결제 산업과 관련된 최신 뉴스와 트렌드를 다루는 기사를 제공하며, 다양한 핀테크 기업들의 혁신적 사례를 접할 수 있습니다. 특히 결제 시스템의 발전 방향에..
for bookmarkhttps://news.hada.io/https://yozm.wishket.com/magazine/https://codepen.io/waveaway77https://ui.toast.com/tui-calendarhttps://aws.amazon.com/ko/codewhisperer/https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-labshttps://www.phind.com/https://pythontutor.com/http://www.kmooc.kr/courseshttps://reactjs.winterlood.com/e69bab6d-d4dd-4e2b-9953-5aeb0cfcadf2https://sindresorh..
정독 https://dingdingmin-back-end-developer.tistory.com/entry/Springboot-Test-%EC%BD%94%EB%93%9C-%EC%9E%91%EC%84%B1-1 Springboot Test 코드 작성Test 코드를 작성하는 법을 알아보기 전에 Test 코드의 필요성에 대해서 알아보겠습니다. 1. 왜 Test 코드를 작성하는가? 크게 2가지 이유가 있습니다.' 1-1. Test 코드를 작성하지 않고 결과를 검증하dingdingmin-back-end-developer.tistory.comhttps://sjh9708.tistory.com/195 [Spring Boot] 테스트 코드 : 시작하기 (JUnit)테스트 코드의 필요성 및 실천 방법론 테스트 코드의 필요성..
Preferences > Build,Execution,Deployment > Build Tools > Gradle > Runner > "Run tests using:"Changed from "Gradle Test runner" to "Platform Test runner"
url이 잘못돼있을 것 (O) localhost:8080/findinfo(X) findinfo(X) localhost:8080findinfo 피곤해지니까 별게 다...