Windows系统中快速搭建java语言开发环境

1.配置jdk,详见博客: 
https://blog.csdn.net/weixin_42254857/article/details/80476686

2.配置运行web项目的容器:tomcat,详见博客: 
https://blog.csdn.net/weixin_42254857/article/details/80476721

3.安装公司所使用的版本控制工具,svn或git,详见博客 :
https://blog.csdn.net/weixin_42254857/article/details/80476749

4.安装运行项目的开发工具,idea或eclipse等,详见博客:
https://blog.csdn.net/weixin_42254857/article/details/80476993

5.安装jar包管理工具,maven,ant或gradle,详见博客:
https://blog.csdn.net/weixin_42254857/article/details/80477263

6.使用版本控制工具获取代码,svn或git等,详见博客: 
https://blog.csdn.net/weixin_42254857/article/details/80477378

7.将项目导入到开发工具内,并运行,详见博客: 

https://blog.csdn.net/weixin_42254857/article/details/80477464

猜你喜欢

转载自blog.csdn.net/weixin_42254857/article/details/80741949