spring boot整合mybatis的xml方式

1、在pom.xml里面除了引入基本的父工程和starter所生成的依赖外,还需引入如下坐标 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <!-- druid连接池 --> <d
相关文章
相关标签/搜索