小编kom*_*hia的帖子

img没有显示使用Thymeleaf和Springboot

我正在使用百日咳和springboot

我无法在HTML文件中查看任何图像.我尝试过各种不同的方式在百里香中做同样但没有运气.

这是我的项目文件夹结构

 src
????  main
    ????  resources
        ????  templates
        ????  css
        ????  images
Run Code Online (Sandbox Code Playgroud)

HTML文件

<head>
    <title>Community Bike Share Web Application</title>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
    <link rel="stylesheet" th:href="@{/webjars/bootstrap/3.1.1/css/bootstrap.min.css}" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
</head>

<div>
    <img th:src="@{/images/taiwan_Bicycle_Ride_hd_wallpaper_8.jpg}"
         src="../images/taiwan_Bicycle_Ride_hd_wallpaper_8.jpg" class="img-responsive" alt="Responsive image"/>
</div>
Run Code Online (Sandbox Code Playgroud)

thymeleaf spring-boot

12
推荐指数
1
解决办法
2万
查看次数

标签 统计

spring-boot ×1

thymeleaf ×1