导入mybatis-plus依赖:mybatis-plus-boot-starter
配置DataSource:
导入驱动:mysql-connector
使用MapperScan()扫描持久层
导入持久层的配置信息