spring

阅读更多

1.加入spring的包

spring.jar
commons-pool-1.5.6.jar
commons-logging-1.1.1.jar
commons-dbcp-1.4.jar
common-annotations.jar
aspectjweaver.jar
aspectjrt.jar
cglib-nodep-2.1_3.jar

  2.在web.xml配置


	org.springframework.web.context.ContextLoaderListener
	


	contextConfigLocation
	
	classpath:beans.xml

 

你可能感兴趣的:(Spring,Web,XML)