Image hosting website similar to Imgur
-
Check added in
UserController
class for username validation at the time of registration. Also updatedsignup.html
file with class for flashing error. If username is not available then error is added which will be flashed promptly on registration page.
-
Updated
ImageService
,ImageServiceImpl
,ImageManager
andImageController
classes to get images by id and to show images by title and id. Also updatedhome.html
file with title + id link.Above three images with title abc resolves to following URLs:
http://localhost:8080/images/abc/3 http://localhost:8080/images/abc/4 http://localhost:8080/images/abc/5