spring-guides/gs-uploading-files

Text mentions REST endpoints which doesn't seem relevant to this guide

wilkinsona opened this issue · 0 comments

In Spring, REST endpoints are just Spring MVC controllers. The following code provides the web app with the ability to upload files.

FileUploadController isn't a REST endpoint. A better description might be "In Spring MVC a controller is used to handle file upload requests. The following code provides the web app with the ability to upload files"