INT-1016 - added readme file and index.html

This commit is contained in:
Oleg Zhurakousky
2010-09-01 13:21:42 +00:00
parent d78eb95c1b
commit 3195f80486
5 changed files with 15 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
</parent>
<artifactId>multipart-http</artifactId>
<name>Spring Integration HTTP Multipart Demo</name>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>

View File

@@ -0,0 +1,11 @@
To run this sample
1) deploy project
- If you are using STS and project is imported as Eclipse project in your workspace you can just execute 'Run on Server'
- You can also run 'mvn clean install' and generate the WAR file that you can deploy the conventional way
2) run the simple test client program: org.springframework.integration.samples.multipart.MultipartClient
You should see the following output from the server:
### Successfully recieved multipart request ###
company - SpringSource
company-logo - as UploadedMultipartFile: spring09_logo.png

View File

@@ -0,0 +1,3 @@
You have successfully deployed HTTP Multipart Sample.
Now you ready to execute org.springframework.integration.samples.multipart.MultipartClient