INT-1016 - added readme file and index.html
This commit is contained in:
@@ -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>
|
||||
|
||||
11
spring-integration-samples/multipart-http/readme.txt
Normal file
11
spring-integration-samples/multipart-http/readme.txt
Normal 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
|
||||
@@ -0,0 +1,3 @@
|
||||
You have successfully deployed HTTP Multipart Sample.
|
||||
|
||||
Now you ready to execute org.springframework.integration.samples.multipart.MultipartClient
|
||||
Reference in New Issue
Block a user