springboot学习入门简易版四---springboot2.0静态资源访问及整合freemarker视图层
Posted cslj2013
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot学习入门简易版四---springboot2.0静态资源访问及整合freemarker视图层相关的知识,希望对你有一定的参考价值。
2.4.4 SpringBoot静态资源访问(9)
Springboot默认提供静态资源目录位置需放在classpath下,目录名需要符合如下规则
/static /public /resources /META-INF/resources
可以在src/main/resources目录下创建static,在该位置放置一个图片文件。
启动程序后,尝试访问http://localhost:8080/D.JPG,如能显示图片,配置成功。
2.5 SpringBoot整合freemarker视图层(10)
以上是关于springboot学习入门简易版四---springboot2.0静态资源访问及整合freemarker视图层的主要内容,如果未能解决你的问题,请参考以下文章
springboot学习入门简易版一---springboot2.0介绍
springboot学习入门简易版七---springboot2.0使用@Async异步执行方法(17)
springboot学习入门简易版五---springboot2.0整合jsp(11)
springboot学习入门简易版八---springboot2.0多环境配置整合mybatis mysql8+(19-20)