赞
踩
1,静态资源放在resources/static下,html页面放在resources/templates下
2,在html中引入静态资源时,不用带static(对于路径来说是透明的)
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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。