Spring boot 默认静态资源路径与手动配置访问路径的方法
在application.propertis中配置
##端口号 server.port=8081 ##默认前缀 spring.mvc.view.prefix=/ ##响应页面默认后缀 spring.mvc.view.suffix=.html #默认值为/** spring.mvc.static-path-pattern=/** #这里设置要指向的路径,多个使用英文逗号隔开,默认值为classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/ spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/****/
如果自定义访问路径则需要添加WebConfig配置类
packagecom.dakewang.config;
importorg.springframework.context.annotation.Configuration;
importorg.springframework.web.servlet.config.annotation.PathMatchConfigurer;
importorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
/**
*手动配置静态资源路径
*
*/
@Configuration
publicclassWebConfigextendsWebMvcConfigurerAdapter{
@Override
publicvoidconfigurePathMatch(PathMatchConfigurerconfigurer){
configurer.setUseSuffixPatternMatch(false).
setUseTrailingSlashMatch(true);
}
}
在controller中
/**
*跳转index.html页面
*@return
*/
@RequestMapping("/index")
publicStringindexHtml(){
return"index";
}
在浏览器中访问地址
localhost:8081/index
以上所述是小编给大家介绍的Springboot默认静态资源路径与手动配置访问路径的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对毛票票网站的支持!
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短