Python 官方文档:入门教程 => 点击学习
目录SpringBoot themaleaf 第一次进页面不加载CSSspringboot themaleaf 各种报错问题springboot themaleaf 第一次进页面不加
近期在做springboot +themaleaf项目中遇到首页css样式不加载情况,后来发现是注册拦截器时没有加入css样式,下边是最开始代码
public void addInterceptors(InterceptorReGIStry registry) {
registry.addInterceptor( new LoginHandleInterceptor()).addPathPatterns("
@Component
public class WEBmvcConfig implements WebMvcConfigurer {
@Override
public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/static/**").addResourceLocations("classpath:/static/");
}
}
删除这个类后还是报错,猜测可能是包路径问题,重新建立个新项目,将旧项目转移后,没有再报错。
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程网。
--结束END--
本文标题: springbootthemaleaf第一次进页面不加载css的问题
本文链接: https://lsjlt.com/news/170204.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0