SpringBoot中使用@Mapper注解需要哪个包

场景 在Eclipse中新建springBoot项目后,要使用@Mapper注解。 实现 打开pom.xml 添加 <!-- mybatis整合Springboot -->    <dependency>    <groupId>org.mybatis.spring.boot</groupId>    <artifactId>mybatis-spring-boot-starter</artifac
相关文章
相关标签/搜索