IDEA中Maven添加Spring+SpringMVC依赖

在pom文件中进行如下配置

 
    
      junit
      junit
      3.8.1
      test
    

    
      org.springframework
      spring-context
      4.3.1.RELEASE
    

      org.springframework
      spring-test
      4.2.5.RELEASE
    
    
    
      org.springframework
      spring-web
      4.3.1.RELEASE
    
    
      org.springframework
      spring-webmvc
      4.3.1.RELEASE
    
    
    

刷新pom

你可能感兴趣的:(IDEA中Maven添加Spring+SpringMVC依赖)