Hi Matar,
Spring Boot serves static resources from a predefined set of directories on the classpath, see Spring Boot docs
Try to move your files to src/main/resources/static/ and refer them in HTML accordingly, like <img src='/formulas.jpg' ...>
Hi Matar,
Spring Boot serves static resources from a predefined set of directories on the classpath, see Spring Boot docs
Try to move your files to src/main/resources/static/ and refer them in HTML accordingly, like <img src='/formulas.jpg' ...>