반응형
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 | 31 |
Tags
- popup
- rocky9
- Next.js
- jquery
- spring3
- javascript
- Eclipse
- Maven
- PM2
- jenkins
- Java
- mysql
- mybatis
- docker
- MSsql
- NextJS
- pwa
- security
- SpringBoot
- MariaDB
- ajax
- submit
- config
- node.js
- yona
- nodejs
- centos7
- git
- Push
- FCM
Archives
- Today
- Total
목록simple POST request (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