当前位置:   article > 正文

static下的html跳转,idea中springboot静态资源及页面跳转问题

static.htmlapp.xyz

1,静态资源放在resources/static下,html页面放在resources/templates下

2,在html中引入静态资源时,不用带static(对于路径来说是透明的)

8012788597248510bf2f6938c0ebbe2f.png

9ae372c9d6be3590a8d5e7336f635888.png

3,

配置html的时候需要使用到其他工具,比如freemarker

spring.freemarker.suffix=.html

spring.freemarker.template-loader-path=classpath:/templates/

pom.xml代码:

org.springframework.boot

spring-boot-starter-freemarker

配置jsp页面的时候使用

spring.mvc.view.prefix=/WEB-INF/

spring.mvc.view.suffix=.jsp

标签:springboot,freemarker,静态,spring,idea,html,static,跳转,页面

来源: https://www.cnblogs.com/wskb/p/11579811.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/462340
推荐阅读
相关标签
  

闽ICP备14008679号