Maven创建spring pom.xml相关依赖包

 记性不好,写下来,忘记了可以查看,后续加上与Spring MVC、Mybatis 相关的。

spring  pom.xml相关依赖包


	4.0.0
	com.gdw
	MySpring
	0.0.1-SNAPSHOT

	
		
		UTF-8
		
		
	
	
		
			
				maven-compiler-plugin
				
					1.8
					1.8
				
			
		
	
	
		
		
			org.springframework
			spring-context
			4.3.2.RELEASE
		
		
		
			junit
			junit
			4.12
		

		
			org.springframework
			spring-aspects
			4.0.0.RELEASE
		
		
			org.aspectj
			aspectjweaver
			1.8.10
		
	

 

你可能感兴趣的:(Maven创建spring pom.xml相关依赖包)