配置Thymeleaf模板引擎
1)、thymeleaf-starter: 关闭缓存
2)、静态资源都放在static文件夹下就可以按照路径直接访问
3)、页面放在templates下,直接访问
springboot ,访问项目的时候,会默认找index
4)、页面修改不重启服务实时更新
a)、引入包,且一定要关闭thymeleaf关闭缓存
b)、修改页面后 ctrl + shift + f9 自动编译页面
1)、thymeleaf-starter: 关闭缓存
2)、静态资源都放在static文件夹下就可以按照路径直接访问
3)、页面放在templates下,直接访问
springboot ,访问项目的时候,会默认找index
4)、页面修改不重启服务实时更新
a)、引入包,且一定要关闭thymeleaf关闭缓存
b)、修改页面后 ctrl + shift + f9 自动编译页面