lvxianchao / notes

狗屁不通瞎写的博客
https://coderlxc.com
1 stars 0 forks source link

SpringBoot #30

Open lvxianchao opened 2 years ago

lvxianchao commented 2 years ago

静态资源导入

在 SpringBoot 中,引入静态资源有以下几种方式,优先级从高到低排列:

static 是默认的路径,但是如果一旦在配置文件里定义了 spring.mvc.static-path-pattern 配置项,则其它的方式直接失效,即使是没有值。