공식

개발일지/돌픽

Spring boot 쿼리파라미터 Dto 사용하기 (@ModelAttribute)

시행착오 과정이 궁금하지 않은 분들은 아래로 이동하세요 현재 검색 관련 쿼리파라미터를 다음과 같이 받고 있다. @GetMapping("/worldcups") public ResponseEntity getWorldCups(@RequestParam(required = false, defaultValue = "1") int page, @RequestParam(required = false, defaultValue = "5") int size, @RequestParam(required = false, defaultValue = "playCount") String sort, @RequestParam(required = false, defaultValue = "DESC") Sort.Direction directio..

개발일지/돌픽

Spring-boot 파일 업로드 - 공식문서 따라하기 !

프로젝트를 진행하는데, 이미지 저장을 해야 해서 찾아보았다. 스프링 공식 가이드 Getting Started | Uploading Files To start a Spring Boot MVC application, you first need a starter. In this sample, spring-boot-starter-thymeleaf and spring-boot-starter-web are already added as dependencies. To upload files with Servlet containers, you need to register a MultipartConfigEl spring.io 스프링 공식 가이드 깃허브 소스코드 GitHub - spring-guides/gs-upload..

E-room
'공식' 태그의 글 목록