idea创建ssm项目---后台管理系统

时间:2024-11-17 07:30:48
  • <dependencies>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-webmvc</artifactId>
  • <version>4.3.6.RELEASE</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>servlet-api</artifactId>
  • <version>2.5</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-tx</artifactId>
  • <version>4.3.6.RELEASE</version>
  • </dependency>
  • <dependency>
  • <groupId>mysql</groupId>
  • <artifactId>mysql-connector-java</artifactId>
  • <version>8.0.21</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>mybatis-spring</artifactId>
  • <version>1.3.2</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>mybatis</artifactId>
  • <version>3.4.6</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-jdbc</artifactId>
  • <version>4.3.6.RELEASE</version>
  • </dependency>
  • <dependency>
  • <groupId>aopalliance</groupId>
  • <artifactId>aopalliance</artifactId>
  • <version>1.0</version>
  • </dependency>
  • <dependency>
  • <groupId>cglib</groupId>
  • <artifactId>cglib</artifactId>
  • <version>3.2.4</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>jsp-api</artifactId>
  • <version>2.0</version>
  • <scope>provided</scope>
  • </dependency>
  • <dependency>
  • <groupId>commons-logging</groupId>
  • <artifactId>commons-logging-api</artifactId>
  • <version>1.1</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>commons-lang3</artifactId>
  • <version>3.4</version>
  • </dependency>
  • <dependency>
  • <groupId>jstl</groupId>
  • <artifactId>jstl</artifactId>
  • <version>1.2</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>taglibs-standard-impl</artifactId>
  • <version>1.2.5</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>taglibs-standard-spec</artifactId>
  • <version>1.2.5</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>jackson-core</artifactId>
  • <version>2.8.8</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>jackson-databind</artifactId>
  • <version>2.8.8</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>jackson-annotations</artifactId>
  • <version>2.8.8</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>spring-aspects</artifactId>
  • <version>4.3.6.RELEASE</version>
  • </dependency>
  • <dependency>
  • <groupId></groupId>
  • <artifactId>javassist</artifactId>
  • <version>3.21.0-GA</version>
  • </dependency>
  • <!-- <dependency>-->
  • <!-- <groupId>junit</groupId>-->
  • <!-- <artifactId>junit</artifactId>-->
  • <!-- <version>4.11</version>-->
  • <!-- <scope>test</scope>-->
  • <!-- </dependency>-->
  • </dependencies>