spring boot整合mybatis的xml方式

1、在pom.xml裏面除了引入基本的父工程和starter所生成的依賴外,還需引入如下座標 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <!-- druid連接池 --> <d
相關文章
相關標籤/搜索