spring整合mybatis所需要导入的jar包

时间:2025-02-18 07:29:22
  • <dependencies>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-webmvc</artifactId>
  • <version>5.3.15</version>
  • </dependency>
  • <dependency>
  • <groupId>junit</groupId>
  • <artifactId>junit</artifactId>
  • <version>4.12</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>aspectjweaver</artifactId>
  • <version>1.9.4</version>
  • </dependency>
  • <dependency>
  • <groupId>mysql</groupId>
  • <artifactId>mysql-connector-java</artifactId>
  • <version>5.1.47</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>mybatis</artifactId>
  • <version>3.5.2</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-webmvc</artifactId>
  • <version>5.1.</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-jdbc</artifactId>
  • <version>5.1.</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>aspectjweaver</artifactId>
  • <version>1.8.13</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>mybatis-spring</artifactId>
  • <version>2.0.6</version>
  • </dependency>
  • </dependencies>