spring-guides / gs-uploading-files

Uploading Files :: Learn how to build a Spring application that accepts multi-part file uploads.
http://spring.io/guides/gs/uploading-files/
Apache License 2.0
469 stars 503 forks source link

Incorporate /storage into tutorial #33

Closed ptMcGit closed 7 years ago

ptMcGit commented 7 years ago

In README.adoc the section "Make the application executable" can't be completed without /storage in place i.e. there needs to be a section for adding the files in src/main/java/hello/storage.

Sorry about the confusion.

dsyer commented 7 years ago

What is "/storage"? What do you have to do to put it "in place"? (I don't have to do anything special. Just run the app from the command line.)

Avec112 commented 7 years ago

I think ptMcGit maybe is refering to the documentation https://spring.io/guides/gs/uploading-files/ and the fact that you have to get the storage files from repo while the controller for instance is available from the article.

dsyer commented 7 years ago

I see. There is a StorageService in the sample app that isn't mentioned anywhere in the text.

AndreiD commented 7 years ago

up this issue. C'mon man!!!