■ pom.xml ( 첨부파일 관련 라이브러리 추가 )
페이지 정보
본문
<!-- 첨부파일 -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
</dependency>
<!-- @Resource 인식 : 컨트롤러에서 저장경로 매칭 처리 -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!-- 썸네일 -->
<dependency>
<groupId>org.imgscalr</groupId>
<artifactId>imgscalr-lib</artifactId>
<version>4.2</version>
</dependency>
- 이전글■ servlet-context.xml ( 첨부파일 관련 객체 생성 ) 24.08.01
- 다음글====== ■ ex04 프로젝트 - 생성 및 설정 - ( 파일 업로드 ) ■ ====== 24.08.01
댓글목록
등록된 댓글이 없습니다.