springboot+themeleaf+bootstrap访问静态资源/无法访问静态资源/图片

在网页HTML上访问静态资源的正确写法例:

1、<img src=”../../static/bootstarp/img/2.jpg”     th:src=”@{bootstarp/img/2.jpg}” />

2、<link href=”../../static/bootstarp/custom/examroom.css” th:href=”@{bootstarp/custom/examroom.css}” rel=”stylesheet”>

 

仅作记录,接受友好交流!高手勿找存在感!

Tags: