반응형
250x250
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
- codedeploy
- aws cicd
- codebuild
- Python
- kubeflow
- aws
- java bigdecimal
- docker
- or some instances in your deployment group are experiencing problems.
- AWS CI/CD 구축하기
- chartjs
- IntelliJ
- Kafka
- SQL
- VPN
- Spring Error
- COALESCE
- chart.js
- Flux
- Airflow
- redis
- Spring
- 도커
- PostgreSQL
- codedeploy error
- bootstrap
- node
- JavaScript
- Jenkins
- codepipeline
Archives
- Today
- Total
목록map 값 출력 (1)
Small Asteroid Blog
hashmap / LinkedHashMap 값 출력 (map keyset values)
responsebody로 값을 전달 받아서 key, value값을 출력하고자 한다. @RequestMapping(value="/getparam1",method = RequestMethod.POST) @ResponseBody public Map getParam1(@RequestParam LinkedHashMap params) throws Exception { System.out.println("params > "+params); LinkedHashMap map = new LinkedHashMap(params); for (String key : map.keySet()){ String value = map.get(key); System.out.println("map key > "+key+" , value > ..
백엔드/Spring
2021. 4. 8. 16:08