摘要: package com.circle.controller; import com.circle.entity.UserBean; import org.springframework.web.bind.annotation.GetMapping; import org.springframewor 阅读全文
posted @ 2021-04-09 09:31 王^.^令 阅读(212) 评论(0) 推荐(0)
摘要: Thymeleaf 是一个模板引擎。适合在web程序中为HTML5提供服务 命名空间 xmlns:th="http://www.thymeleaf.org" Thymeleaf标准表达式 简单表达式 变量表达式: $ model.addAttribute("name", "李四"); <p>我的名字 阅读全文
posted @ 2021-04-09 08:41 王^.^令 阅读(355) 评论(0) 推荐(0)