自己搭建一次eclipse+spring开发环境实例
程序员文章站
2022-05-21 11:12:30
...
闲来无事,抽时间自己搭建一次eclipse+mave+spring开发环境,简单记录一下。
1.安装JDK,配置环境变量,这里不再详述。
2.配置eclipse和Tomcat,不再赘述。
3.下载maven,解压,配置环境变量
MAVEN_HOME=MAVEN解压路径
PATH添加%MAVEN_HOME%\bin
配置eclipse中的maven为自己配置的版本:
Windows->Preferences->Maven->Installtions
下面就是安装的具体步骤:
1 安装 springsource-tool-suite:
(1)在官网上找安装Eclipse的对应版本(我的Eclipse版本是4.5.1,对应版本是3.7.2)
(2)INSTALL NEW SOFTWARE
(3)下载springframework包
repo.spring.io/release/org/springframework/spring/4.3.9.RELEASE/spring-framework-4.3.9.RELEASE-dist.zip
(4)下载spring依赖的日志包commons-logging
(5) 将(3)和(4)解压后将相关jar包放在工程的lib目录下。
以上就是自己搭建一次eclipse+spring开发环境实例的详细内容,更多请关注其它相关文章!