码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot项目取消静态文件访问限制

时间:2021-06-02 19:47:35      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:spring   static   odi   静态文件   静态   ref   cat   encoding   mod   

spring:
#thymeleaf
thymeleaf:
cache: false
prefix: classpath:/templates/
check-template-location: true
suffix: .html
encoding: utf-8
mode: HTML
#这个是关键,放开springboot对静态资源的拦截
mvc:
static-path-pattern: /static/**

SpringBoot项目取消静态文件访问限制

标签:spring   static   odi   静态文件   静态   ref   cat   encoding   mod   

原文地址:https://www.cnblogs.com/Marlo/p/14836437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!