springboot加载html Springboot框架里如何使用html、css这些静态资源?

Springboot框架里如何使用html、css这些静态资源?您只需在shirofilter filterchaindefinitions项中添加静态资源处理规则。例如,允许匿名访问以/CSS/开头

Springboot框架里如何使用html、css这些静态资源?

您只需在shirofilter filterchaindefinitions项中添加静态资源处理规则。例如,允许匿名访问以/CSS/开头的资源。这样的配置就足够了。/CSS/**=anon shirofilter:在春天-mvc.xml文件介质: