Springboot无法找到资源! (突然停止工作)

时间:2016-06-20 20:35:15

标签: spring-mvc spring-boot thymeleaf

所以问题是,因为我将资源(css,images,js)移动到 resources / static 文件夹,我的东西开始工作了。

直到我创建一个新的.html页面(意为动态)并粘贴在资源/模板中。然后我的所有资源(css,图像)停止工作(无法找到),我无法再次使用它。

我使用的是SpringBoot + Thymeleaf,可以找到代码at GitHub

经过3个小时的搜索,我无法找到解决方案,这就是我在这里的原因。谢谢,希望你们能帮忙:/

编辑(某些图片):

My project structure

链接:

  <link href="css/bootstrap.min.css" rel='stylesheet' type='text/css'/>
  <link href="css/bootstrap.css" rel='stylesheet' type='text/css'/>

What happens (was working before, I didn't change anything in the code of listed images)

1 个答案:

答案 0 :(得分:0)

我不确定发生了什么但是在开始删除/评论某些代码之后我不再使用了我开始出错并设法跟踪下一个文件来修复&#34; (删除或评论)然后再次工作。

看起来应用程序中的某些内容并不正确,它没有给我任何错误,所以我不得不手动尝试找到它。

如果我找到任何有用的相关内容,我会不断更新此帖子。