This project has closed. Move to u2ware-data-rest.
이 프로젝트는 종료되었습니다. u2ware-data-rest 로 이관하였습니다.
<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>
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 your spring boot application. $ mvn spring-boot:run
spring-data-rest-multipart-file is Open Source software released under the Apache 2.0 license.