Spring/lambda 함수 (1) 썸네일형 리스트형 람다 함수 package com.shoppingmall.board;import java.util.Arrays;import java.util.Collections;import java.util.List;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.servlet.ModelAndView;@Controller@RequestMapping("board")public class BoardAction { @Aut.. 이전 1 다음