Spring (7) 썸네일형 리스트형 원격 프로그램 실행 출처 - 스프링의 정석 : 남궁성과 끝까지 간다 1. 로컬 프로그램 실행 - 내 컴퓨터에 있는 프로그램 실행 - IDE, cmd 실행 2. 원격 프로그램 실행 - 다른 컴퓨터에 있는 프로그램 실행 → 브라우저, WAS 필요 - 브라우저에서 http://111.222.333.444:8080의 URL 호출 → WAS 서버에 있는 프로그램 실행 - 아무 프로그램이나 원격 실행 가능한 것 아니다. ① 원격 호출이 가능한 프로그램 등록 (@Controller) ② URL과 프로그램을 연결 (@RequestMapping) @Controller // 1. 프로그램 등록 public class Hello { @RequestMapping("/hello") // 2. URL과 메서드 연결 public void main().. Spring MVC Project 안 보이는 경우 해결 STS 3 Spring Legacy Project 생성 시 Spring MVC Project 템플릿 안 보이는 경우 Configure templates... 클릭 spring-data-gemfire 와 spring-integration 삭제 그래도 안 뜨면... Spring → Dashboard Use Old Dashboard 체크 그래도 안 뜨면... General → Network Connections 화면과 동일하게 설정 그래도 안 떴다... .... STS, Open jdk, eclipse 전부 재설치 하고 재부팅도 해봤지만 MVC 안 보였고 반나절 헤매다 Open jdk 사용 시 이런 경우 있다 하여 Oracle jdk 11 설치하니 마침내 !! Spring MVC Project 떴다... !! STS 3 다운로드 및 설치, 초기 세팅 1. 통합개발환경 STS 3 다운로드 Spring Tool Suite 3.9.17 full distribution on Eclipse 4.20 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 2. sts-3.9.17.RELEASE 파일 C: 복사하여 압축 풀기 3. STS.exe 실행 4. STS로 개발한 소스가 저장될 곳 지정 5. 스프링 프로.. 톰캣(Tomcat 9) 다운로드 및 설치 1. 웹 서버 Tomcat 9 다운로드 9.0.74 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 2.. Java 11 (OpenJDK) 다운로드 및 설치, 환경변수 설정 1. 자바 개발도구 Java 11 다운로드 Java11.0.2 (build 11.0.2+9) https://jdk.java.net/archive/ 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 2. 압축 파일 C: 복사하여 압.. VS code 유용한 확장 프로그램 1. Korean Language Pack for Visual Studio 2. Prettier - Code Formatter 3. open in browser (단축키 Alt + B) 4. indent-rainbow 5. Auto Rename Tag Spring으로 개발하기 위해 필요한 도구 1. 자바 개발도구: Java 11 Java11.0.2 (build 11.0.2+9) https://jdk.java.net/archive/ 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 2. 통합개발환경: STS 3 (Ecli.. 이전 1 다음