步骤1:在pom.xml文件中添加MyBatis和Spring Boot MyBatis Starter的依赖项 要使用MyBatis,我们需要添加MyBatis和Spring Boot MyBatis Starter的依赖项。可以通过编辑pom.xml文件来实现。请在<dependencies></dependencies>标签中添加以下代码: <dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>myba...