2019 最新 Spring Boot 项目实战【完整版】_哔哩哔哩 (゜-゜)つロ 干杯~-bilibili
1、直接在网页上返回return内容
2、通过return返回网页,需要leaf
Guides
https://spring.io/guides
这里的 model 相当于 mapper
return 会到 resources-- templates 下找到它的同名文件,把它渲染成一个网页
3、如果存在index.html
程序启动后,首先访问static文件夹,加载出index.html
href f指向一个url, @getmapping拦截了这个请求,执行下面的函数内容
return关联到 greeting.html
SpringBoot系列教材 (二十六)- Thymeleaf - thymeleaf 入门 基于 springboot 方式
http://how2j.cn/k/springboot/springboot-thymeleat/1735.html#step7688
4、修改tomcat的端口