09 2018 档案
摘要:模板引擎thymeleaf,配合.html前端展示效果(不同于.jsp文件) (1)在pom.xml中引入thymeleaf; (2)如何关闭thymeleaf缓存 (3)编写模板文件.html (4)编写访问模板文件controller 1、在pom.xml中引入thymeleaf; <depen
阅读全文
摘要:参考:https://blog.csdn.net/sanluo11/article/details/54599693 springboot跟springmvc没有必然的联系 1、springboot特点 化简为繁,简化配置 备受关注,是下一代框架 微服务的入门级微服务框架 2、第一个springbo
阅读全文