spring boot 之访问静态页面、静态资源问题。

新建spring boot web项目,如果想直接访问静态页面,可以写一个controller进行跳转。

但是需要配置web mvc。

如下图

spring boot 之访问静态页面、静态资源问题。spring boot 之访问静态页面、静态资源问题。

 

 不配置mvc 配置也是可以的

可以通过引入thymeleaf模板的依赖,返回页面的时候自动在template文件夹中查找相关的页面。

如下:

spring boot 之访问静态页面、静态资源问题。

 

 spring boot 之访问静态页面、静态资源问题。

 

 效果图:

spring boot 之访问静态页面、静态资源问题。

 

上一篇:mybatisconfig


下一篇:spring MVC使用aop无效的相关说明