maven中常用的pom依赖

maven中常用pom


junit
junit
4.12



mysql
mysql-connector-java
5.1.47


com.mchange
c3p0
0.9.5.2

   <groupId>javax.servlet</groupId>
   <artifactId>servlet-api</artifactId>
   <version>2.5</version>    </dependency>    <dependency>
   <groupId>javax.servlet.jsp</groupId>
   <artifactId>jsp-api</artifactId>
   <version>2.2</version>    </dependency>    <dependency>
   <groupId>javax.servlet</groupId>
   <artifactId>jstl</artifactId>
   <version>1.2</version>    </dependency>
   <groupId>org.mybatis</groupId>
   <artifactId>mybatis</artifactId>
   <version>3.5.2</version>    </dependency>    <dependency>
   <groupId>org.mybatis</groupId>
   <artifactId>mybatis-spring</artifactId>
   <version>2.0.2</version>    </dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-webmvc</artifactId>
   <version>5.1.9.RELEASE</version>    </dependency>    <dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-jdbc</artifactId>
   <version>5.1.9.RELEASE</version>    </dependency> </dependencies>

springmvc常用pom中常用依赖

maven资源过滤设置
maven中常用的pom依赖

上一篇:验证码实现


下一篇:临时变量在循环中递减的方式实现Go数组反转