摘要: th:text 用于显示值 th:object 接收后台传来的对象 th:action 提交表单 th:value 绑定值 th:field 绑定字段值 th:if 条件成立 th:unless 条件不成立 th:switch/th:case switch结构 th:each 遍历元素 th:fra 阅读全文
posted @ 2020-02-25 22:44 kerwin cui 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 一、相关类中使用的注解 @RestController:REST风格的控制器 @RequestMapping:配置URL和方法之间的映射 @SpringBootApplication:应用程序入口类 @Controller:控制器 @Service:业务处理类 @Repository:数据库访问类 阅读全文
posted @ 2020-02-25 19:51 kerwin cui 阅读(438) 评论(0) 推荐(0) 编辑
摘要: spring: 是一个轻量级控制反转(IoC)和面向切面(AOP)的容器框架。 spring mvc: spring集成的mvc开发框架。 spring boot: spring框架的扩展和自动化,开箱即用和约定优于配置。 spring cloud: 分布式服务治理框架,用于服务之间的通信、熔断和监 阅读全文
posted @ 2020-02-25 19:40 kerwin cui 阅读(167) 评论(0) 推荐(0) 编辑