六 SpringBoot整合Thymeleaf的基本使用

  一 Thymeleaf的特色  Thymeleaf是经过特定的语法对html的标记作渲染。html 二 编写controller /** * Thymeleaf入门案例 */ @Controller public class DemoController { @RequestMapping("/showInfo") public String showInfo (Model model
相关文章
相关标签/搜索