Spring4.0系列2-环境搭建
程序员文章站
2022-03-10 14:46:55
...
Spring4.0系列4-Meta Annotation(元注解)
Spring4.0系列6-Generic Qualifier(泛型限定)
Spring4.0系列7-Ordering Autowired Collections
更多正在编写中。。。
为了避免在以后的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包
新书推荐《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
或自己在京东、淘宝、亚马逊、当当、互动出版社搜索自选。
推荐阅读
-
Spark快速入门系列(6) | Spark环境搭建—standalone(3) 配置HA高可用模式
-
Flutter 即学即用系列博客——01 环境搭建
-
01(Windows系统) Flutter 开发环境搭建 -flutter系列项目教程
-
Appium python自动化测试系列教程之关于appium环境的搭建教程(二)
-
荐 Spark快速入门系列(4) | Spark环境搭建—standalone(1) 集群的搭建
-
荐 Spark快速入门系列(5) | Spark环境搭建—standalone(2) 配置历史日志服务器
-
PHP程序员玩转Linux系列 搭建FTP代码开发环境
-
PHP程序员玩转Linux系列 lnmp环境搭建
-
Linux系列---JDK1.8安装(内附超链接,其他linux环境搭建)
-
Linux系列---Centos7网卡配置(内附超链接,其他linux环境搭建)