SpringBoot整合MyBatis

先創建一個SpringBoot項目,修改pom.xml文件 在dependdencies標籤中添加整合MyBatis所需要的一些依賴 <!-- web啓動器的座標 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </
相關文章
相關標籤/搜索