Springプロジェクトに必要なMaven依存

1732 ワード

転載、出所:Maven構築のSpringプロジェクトはどれらの依存が必要ですか?
    
    
        org.springframework
        spring-core
        4.3.7.RELEASE
    
    
        org.springframework
        spring-beans
        4.3.7.RELEASE
    
    
        org.springframework
        spring-context
        4.3.7.RELEASE
    
    

    
        org.springframework
        spring-jdbc
        4.3.7.RELEASE
    
    
        org.springframework
        spring-tx
        4.3.7.RELEASE
    
    
    
    
        org.springframework
        spring-web
        4.3.7.RELEASE
    
    
        org.springframework
        spring-webmvc
        4.3.7.RELEASE
    
    
    
    
        org.springframework
        spring-test
        4.3.7.RELEASE
  
全部で四つの方面:
1)springコア依存spring-core、spring-beans、spring-context
2)spring dao依存(JDBCTemplateを提供する)spring-jdbc、spring-tx
3)スプリングweb依存spring-web、spring-webmvc
4)spring test依存spring-test