반응형
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
- submit
- centos7
- Eclipse
- security
- git
- Maven
- FCM
- Push
- docker
- MSsql
- spring3
- config
- ajax
- SpringBoot
- rocky9
- pwa
- jenkins
- Next.js
- mybatis
- javascript
- mysql
- Java
- popup
- jquery
- node.js
- NextJS
- MariaDB
- yona
- nodejs
- PM2
Archives
- Today
- Total
목록list vo (1)
ふたりで
List<VO> 형식의 jsondata 를 jackson.map.ObjectMapper.convertValue 를 사용하여 파싱 하기
# 먼저 라이브러리 설정. org.codehaus.jackson jackson-mapper-asl 1.9.13 # 사용자 화면에서 아래와 같이 jsondata를 생성해 ajax로 서버에 전송한다. var menuArrayObj = new Array();//전송용 파라메터 객체$('.js_check').each(function(){//체크여부에 따른 값 설정 if($(this).is(':checked') == true){ var menuInfo = new Object(); menuInfo.pmb_martcode=martCode; menuInfo.pmb_deviceid=deviceid; menuInfo.pmb_qrcode=qrcode..
JAVA
2024. 6. 18. 13:57