[Spring - 라이브러리(dependency) - xml 관련 ] 썸네일
썸네일 클래스 소개( Thumbnailator Class )
링크 : https://whitekeyboard.tistory.com/201?category=803527
pom.xml
1
2
3
4
5
|
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.8</version>
</dependency>
|
'◽ Spring, SpringBoot' 카테고리의 다른 글
[Spring 기록] 다른 컴퓨터에서 import하여 작업 할 시 한글 깨짐 현상. (0) | 2019.09.11 |
---|---|
[Spring 기록] Controller에서 jsp에서 받은 값이 "value, value"로 찍혀 두개 값이 들어 올 때 (0) | 2019.09.02 |
[Spring] 네이버 api 로그인 연동 (0) | 2019.08.25 |
[Spring - 라이브러리(dependency) - xml 관련 ] 파일 업로드, MultipartResolver (0) | 2019.08.21 |
[Spring 기록] 컨트롤러 기능별로 코드 구성 시 이점. (0) | 2019.08.21 |
[Spring 기록] ajax success 문제(리턴값이 안 올 때) [@Controller vs @RestController ] (0) | 2019.08.20 |
[Spring 기록] JSON 설정 - 비동기 처리를 위한 준비 (0) | 2019.08.18 |