springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】

木目录结构和引入路径为如图所示时页面样式加载成功springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】
现在在templates目录下在新创建一个目录为emp,并将list.html方放入
springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】
运行时页面样式丢失springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】
原因:引入css路径错误导致样式失效
解决方案:将路径中的static去掉
springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】

springboot中运用thymeleaf样式消失 【thymeleaf templates引入static中css样式失效】
如图所示页面样式加载成功