I have a rest application who use spring boot 1.4.2 with tomcat embedded
On client side, user can take picture via webcam and save it to the server.
In the server side, i save img in example : /home/test/img/
In my web application what i need to setup to be able to display image?
<img src="paul.jpg"/>