pom.xml 파일업로드

https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload/1.4

 

Maven Repository: commons-fileupload » commons-fileupload » 1.4

The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. commons-fileupload commons-fileupload 1.4 // https://mvnrepository.com/artifact/commons

mvnrepository.com

 

 

 

<!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
<dependency>
    <groupId>commons-fileupload</groupId>
    <artifactId>commons-fileupload</artifactId>
    <version>1.4</version>
</dependency>

'🏀Java > 🏀Pom.xml' 카테고리의 다른 글

xml  (0) 2022.06.21
[SPRING] My sql 연결  (0) 2022.06.21
spring 레거시프로젝  (0) 2022.06.03
web-inf > spring > root-context.xlm  (0) 2022.06.02
xml 파일 추가후 mybatis-config.xml  (0) 2022.06.02