[JAVA] ModelAndView + List 안에 Map 넣기
https://hongku.tistory.com/116
SpringMVC :: 컨트롤러(Controller), Model, ModelAndView 사용법
스프링 MVC 컨트롤러 (Controller) 기본적인 흐름은 client가 요청을 하면, @Controller에 진입한다. 컨트롤러는 요청에 대한 작업을 수행하고, 뷰쪽으로 데이터를 전달한다. 컨트롤러 클래스 제작 순서 @C
hongku.tistory.com
https://jinsiri.tistory.com/365
[자바] HashMap, Map 사용법
맵 사용법 map선언시 Map map= new HashMap<>(); 이렇게 하는데 앞의 Map과 뒤의 HashMap의 글자가 다른 이유는 Map이 인터 페이스이기 때문이다. 인터페이스는 선언만 가능하다. 객체 생성이 불가능한 것들
jinsiri.tistory.com
List안에 Map 담기
https://way-be-developer.tistory.com/97
자바 List<Map<String, Object>> 정렬
자바 List 안에 데이터(래퍼, String)가 아닌 객체 일때 정렬하는 방법 즉 List 또는 List 이 아닌 List >을 정렬 (키값이 아닌, 데이터를 이용한 정렬) // Map 객체 4개 생성 Map mapData1 = new HashMap<>(); ma..
way-be-developer.tistory.com
https://edu-coding.tistory.com/32
List<Map<String, Object>>
Map데이터를 List에 삽입하기 List > listMap = new ArrayList >(); Map map = new HashMap (); map.put("num", "1"); map.put("id", "test1"); map.put("pw", "1111"); map.put("tel", "010-1111-1111"); map..
edu-coding.tistory.com
저히 회사에서는 주로 이러한 방법들을 사용하고 있어서 참고했습니다.
Model이랑 쓰임새는 비슷하네요 ~
어제 밤까지 자전거로 달려서 그런지 오늘은 너무 피곤해요
조금만 공부하고 자야겠어요
리액트 강의도 하나만 듣고 자야쥥... 히히~~