快速导航 <1> 5分钟快速创建一个springboot web项目 <2> 5分钟集成好最新版本的开源swagger ui,并使用ui操作调用接口 <3> 5分钟集成好druid并使用druid自带监控工具监控sql请求 <4> 5分钟集成好mybatisplus并使用mybatisplus generator自动生成代码 <5> 5分钟集成好caffeine并使用注解操作缓存 <6> 5分钟集成好前端页面 demo项目代码下载 目录 一、准备工作 1. maven 安装引入mybatisplus 2. 配置mybatis-plus 2.1 新建文件夹mappers 2.2 配置mybatis-plus 2.3 设置mapper扫包路径