SpringBoot整合Mybatis(使用配置文件方式)

1.首先看下一下maven的依賴,主要是mybatis依賴,mysql驅動,以及之後測試使用的依賴spring-boot-test <!--mybatis依賴包--> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId>
相關文章
相關標籤/搜索