스프링 Spring 에서 ArrayList을 사용해서 json 만들기
org.jsonjson20160810 일단 위의 코드를 pom에 추가한다. 수동으로 json을 만드는 방법도 있는데 그건 사람이 할 일이 안된다.. { "result":200","foundation":"C",item":[{"password":"123","id":"이인직"},{"password":"123141","id":"허경영"},{"password":"3124","id":"김본좌"}]} 예시문이 좀 이상하지만 다음의 json을 만든다고 하자. account의 VO는 다음과 같다. package com.testDrive.netis; public class account { private String id;private String password; public account() {super();// TO..
프로그래밍/spring
2017. 10. 10. 18:12