pom.xml常用包

MyBatis逆向工程




	org.mybatis.generator
	mybatis-generator-core
	1.3.5

SpringMVC、Spring



	org.springframework
	spring-webmvc
	4.3.7.RELEASE

Spring-Jdbc



	org.springframework
	spring-jdbc
	4.3.7.RELEASE

Spring-test



	org.springframework
	spring-test
	4.3.7.RELEASE
Spring面向切面编程


	org.springframework
	spring-aspects
	4.3.7.RELEASE

MyBatis



	org.mybatis
	mybatis
	3.4.2

MyBatis整合Spring的适配包



	org.mybatis
	mybatis-spring
	1.3.1

数据库连接池、驱动 


		
			c3p0
			c3p0
			0.9.1
		

数据库连接驱动



	mysql
	mysql-connector-java
	5.1.41

servlet



	javax.servlet
	javax.servlet-api
	3.0.1
	provided

junit测试工具



	junit
	junit
	4.12
日志



    commons-logging
    commons-logging
    1.2




你可能感兴趣的:(pom.xml常用包)