An API that receives and stores an image file from a client
Base on SpringBoot 3. & MySQL
- Upload an image file through request body (The Key's value should be "image" )
- When the Request was processed Successfully: API Reponses "file upload success + [Directory of the image where it was saved]" message!
- Request the image file through url [~~/fileSystem/{file_name.(extension)}]
- If the image you requested is Exist, API Returns it Through ResponseBody!