반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- rocky9
- ajax
- git
- Next.js
- Maven
- Eclipse
- Tomcat
- popup
- jquery
- nodejs
- centos7
- config
- Push
- node.js
- MariaDB
- security
- NextJS
- MSsql
- yona
- FCM
- jenkins
- SpringBoot
- Java
- spring3
- docker
- PM2
- pwa
- javascript
- mybatis
- mysql
Archives
- Today
- Total
목록resttemplate (1)
종이 한장 차이...
spring(springboot) simple POST request (API call)
백엔드에서 여러내부 서버 측으로 API를 콜 할 경우 간단 하게 요청 하는 방법이 있어 정리 한다. import org.springframework.http.HttpEntity; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpMethod; import org.springframework.http.ResponseEntity; import org.springframework.util.LinkedMultiValueMap; import org.springframework.util.MultiValueMap; import org.springframework.web.client.RestTemplate; public cl..
Spring
2022. 3. 15. 12:07