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

Strange PathVariable naming @GetMapping("/files/{filename:.+}") #73

Closed Illutax closed 3 years ago

Illutax commented 3 years ago

Not exactly an issue, with the code, but with the documentation of it. I've never seen this suffix of :.+ in an PathVariable, nor have i found any documentation of the meaning. What does it mean, and where can i learn more about it?

wpn-zju commented 3 years ago

Read this