스프링

    [개발환경]STS4에서 Tomcat 서버 설치

    * Tomcat 설치해봅시다. 1. 해당주소에서 톰캣 버전을 선택후 다운로드 - tomcat.apache.org/whichversion.html Apache Tomcat® - Which Version Do I Want? Apache Tomcat® is an open source software implementation of a subset of the Jakarta EE (formally Java EE) technologies. Different versions of Apache Tomcat are available for different versions of the specifications. The mapping between the specifications tomcat.apache.org - ..

    [개발환경] Spring Tool

    * Spring Tools Suite 4를 설치해보자. 1. 해당 링크에 접속 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 2. 운영체제에 맞는 버전 설치 3. 다운로드된 *.jar 파일 풀기 - jar파일을 실행하려면 jre 혹은 jdk 설치가 되어있어야 함. 4. Sp..