Spring 框架导入

Maven依赖导入


    
        org.springframework
        spring-context
        4.2.6.RELEASE
    

Gradle 导入

dependencies {
    compile 'org.springframework:spring-context:4.2.6.RELEASE'
}

你可能感兴趣的:(Spring 框架导入)