`
wiselyman
  • 浏览: 2080854 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
博客专栏
Group-logo
点睛Spring4.1
浏览量:81077
74ae1471-94c5-3ae2-b227-779326b57435
点睛Spring MVC4...
浏览量:130130
社区版块
存档分类
最新评论

Spring4.0系列2-环境搭建

阅读更多

Spring4.0系列1-新特性

Spring4.0系列2-环境搭建

Spring4.0系列3-@RestController

Spring4.0系列4-Meta Annotation(元注解)

Spring4.0系列5-@Conditional 

Spring4.0系列6-Generic Qualifier(泛型限定)

Spring4.0系列7-Ordering Autowired Collections

Spring4.0系列8-Groovy DSL

Spring4.0系列9-websocket简单应用

更多正在编写中。。。

 

为了避免在以后的Spring4.0系列中都提及Spring的环境配置。在这里统一介绍Spring4.0的环境搭建。

1、Spring 4.0 Maven Depedency

 

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>4.0.0.RELEASE</version>
    </dependency>
</dependencies>

 

 

 

 

 

2、Spring 4.0 Gradle Depedency

 

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

 

 

 

 

 

3、下载Srping4.0 jar包

下载地址:http://repo.springsource.org/libs-release-local/org/springframework/spring/4.0.0.RELEASE/spring-framework-4.0.0.RELEASE-dist.zip

 

新书推荐《JavaEE开发的颠覆者: Spring Boot实战》,涵盖Spring 4.x、Spring MVC 4.x、Spring Boot企业开发实战。

 

京东地址:http://item.jd.com/11894632.html

当当地址:http://product.dangdang.com/23926195.html

亚马逊地址:http://www.amazon.cn/图书/dp/B01D5ZBFUK/ref=zg_bsnr_663834051_6 

淘宝地址:https://item.taobao.com/item.htm?id=528426235744&ns=1&abbucket=8#detail

 

或自己在京东、淘宝、亚马逊、当当、互动出版社搜索自选。

 


0
1
分享到:
评论
2 楼 wiselyman 2014-03-19  
思念-悲伤 写道
引用哪些jar包啊?那里面有64个,总不能全引入吧?

根据你的需要,使用maven是自动倒入依赖包的,所以建议使用maven或者gradle,自己拷包的开发方式早该结束了
1 楼 思念-悲伤 2014-02-28  
引用哪些jar包啊?那里面有64个,总不能全引入吧?

相关推荐

Global site tag (gtag.js) - Google Analytics