Spring Boot .mustache文件不加载图像

时间:2018-07-25 09:46:45

标签: html image spring-boot mustache

我有main.mustache的代码

<!DOCTYPE html>
  <html>
   <body>
    <img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">
   </body>
  </html>

img_girl.jpg在同一文件夹中。而且我只看到图标enter image description here

我该如何解决?

0 个答案:

没有答案