Which maven dependencies to include for spring 3.0?

前端 未结 8 542
太阳男子
太阳男子 2020-11-29 14:55

I am trying to do my first project with Spring 3.0 (and maven). I have been using Spring 2.5 (and primer versions) in quite some projects. Nevertheless I am kinda confused,

8条回答
  •  隐瞒了意图╮
    2020-11-29 15:20

    You can try this

    
    
        
            org.springframework
            spring-core
            3.1.0.RELEASE
        
    
        
            org.springframework
            spring-web
            3.1.0.RELEASE
        
    
        
            org.springframework
            spring-webmvc
            3.1.0.RELEASE
        
    `
    

提交回复
热议问题