Archived OpenJDK GA Releases
Archived OpenJDK General-Availability Releases This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception. WARNING: These older versions of the JDK are provided to he
jdk.java.net
개인의 컴퓨터에 맞게 버전을 설치해 줄 것인데,
필자는 11.0.2 윈도우 버전을 설치했다.
스프링으로 개발하기 위해 필요한 도구들
자바 개발 도구 : Java11
통합개발 환경 : STS, IntelliJ(Ultimate 유료버전만)
웹 서버 : Tomcat 9
웹 브라우저 : Chrome
데이터 베이스 : MySQL 5.7
기타 : VS code, Git, AWS, Maven
우선 STS를 설치할 것이다.
https://github.com/spring-attic/toolsuite-distribution/wiki/Spring-Tool-Suite-3
Spring Tool Suite 3
the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - spring-attic/toolsuite-distribution
github.com
IntelliJ 유료 설치(30일 무료)
https://www.jetbrains.com/ko-kr/idea/download/?section=windows
최고의 Java 및 Kotlin IDE인 IntelliJ IDEA를 다운로드하세요
www.jetbrains.com
Tomcat 9 다운로드
톰캣은 EE에 포합된다(Enterprise Edition)
https://tomcat.apache.org/download-90.cgi
Apache Tomcat® - Apache Tomcat 9 Software Downloads
Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version
tomcat.apache.org
VisualStudio Code 설치
https://code.visualstudio.com/download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
Git 다운로드
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. Latest source Release 2.47.0 Release Notes (2024-10-06) Download Source Code GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but ther
git-scm.com
'Java > 패스트캠퍼스 자바' 카테고리의 다른 글
[패스트캠퍼스]AWS서버 구축하기 (4) | 2024.10.27 |
---|---|
[패스트캠퍼스]자바 개발 도구 설치 & 설정 (0) | 2024.10.27 |
[패스트캠퍼스] 자바 foreach문 (0) | 2024.10.07 |
[패스트캠퍼스] 자바 scan (1) | 2024.10.02 |
[패스트캠퍼스] 다차원 배열 (0) | 2024.10.01 |