摘要:
Springboot整合ssm项目(显示login) 快速创建springboot项目,勾选web,jdbc,mybatis,Thymeleaf,mysql application.properties改成自己想要的 # 应用名称 spring.application.name=springboot 阅读全文
摘要:
Thymeleaf学习 三大模板 jsp html thymeleaf tld freemarker 面试题: 什么是模板,为什么使用thymeleaf模板? 第一,Thymeleaf 在有网络和无网络的环境下皆可运行,即它可以让美工在浏览器查看页面的静态效果,也可以让程序员在服务器查看带数据的动态 阅读全文