Spring Boot 框架核心技术之 05-Spring Boot 整合 MyBatis Plus 和 Thymeleaf
文章系统演示 Spring Boot 无缝整合 MyBatis Plus 与 Thymeleaf 的完整流程:先引入 mybatis-plus-boot-starter 与 mysql 驱动,配置数据源,利用 BaseMapper、IService、ServiceImpl 零 SQL 完成 CRUD、逻辑删除、条件构造、分页插件;再引入 spring-boot-starter-thymeleaf,通过 Controller 将数据注入 Model,在 HTML 中以 th:text、th:eac...