SpringBoot入门(13)- SpringBoot 中使用Servlet API

1、静态文件默认路径及配置 autoconfig下的web下的ResourceProperties中 private static final String[] CLASSPATH_RESOURCE_LOCATIONS = { "classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/",
相关文章
相关标签/搜索