What are the jars needed for only Spring-MVC?

前端 未结 2 1122
被撕碎了的回忆
被撕碎了的回忆 2021-01-13 21:49

I need to run the Spring-MVC in my scratch project. At the same time i have minimum memory area to store all the jar files. So any body recommend me only need for the Spring

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-13 22:27

    
      org.springframework
      spring-web
      3.1.0.RELEASE
    
    
      org.springframework
      spring-core
      3.1.0.RELEASE
      
        
          commons-logging
          commons-logging
        
      
    
    
      org.springframework
      spring-webmvc
      3.1.0.RELEASE
    
    

提交回复
热议问题