Spring (스프링) 환경 준비 1-1 /JDK 1.8 다운로드 / tomcat(톰캣) 9 다운로드/ 스프링 다운로드

2022. 4. 20. 17:50Spring

자바 JDK 1.8 다운로드 : https://www.oracle.com/jaca/technologies/downloads/#jaca-windows

각자에 맞는 환경으로 다운로드

실행해서 설치

 

 

 

 

 

 

 

 

 

 


톰캣 9.0 다운로드: https://tomcat.apache.org/

 

 

 

 

Apache Tomcat® - Welcome!

The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the

tomcat.apache.org

 

 

 

 

 

 

 

 

 


 

스프링 다운로드:https://spring.io/tools

 

 

 

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io

확장자를 zip으로 변경 후, 풀어 주기

 

 

 

 

Spring (스프링) 환경 준비1-2/ 이클립스 EE 추가/ maven 프로젝트 만들기 / pom.xml 수정하기

https://longway.tistory.com/78 Spring (스프링) 환경 준비 1 /JDK 1.8 다운로드 / tomcat(톰캣) 9 다운로드/ 스프링 다운로드 자바 JDK 1.8 다운로드 : https://www.oracle.com/jaca/technologies/downloads/#ja..

longway.tistory.com