Skip to content

u2waremanager/spring-data-rest-multipart-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has closed. Move to u2ware-data-rest.

이 프로젝트는 종료되었습니다. u2ware-data-rest 로 이관하였습니다.

spring-data-rest-multipart-file

Installation (POM)

 <repository>
     <id>u2ware-mvm-repo</id>
     <url>https://raw.github.com/u2ware/u2ware.github.com/mvn-repo/</url>
 </repository>

 <dependency>
     <groupId>io.github.u2ware</groupId>
     <artifactId>spring-data-rest-multipart-file</artifactId>
     <version>2.1.5.2.RELEASE</version>
 </dependency>

Register MultipartService

Make your spring boot application.

Register MultipartService in your spring boot application.

Component name is mystorage. it will used resource path.

 @Component("mystorage")
 public class PeopleQuery extends FileSystemService{

 }

Run MultipartService

run your spring boot application. $ mvn spring-boot:run

License

spring-data-rest-multipart-file is Open Source software released under the Apache 2.0 license.