Spring/spring3 Spring(2) - 프로젝트 생성해서 Run해보기 - Spring 프로젝트 생성 전 준비물 1. 자바 JDK 11 설치 https://kongsabary.tistory.com/45?category=892801 2. Eclipse 설치 https://kongsabary.tistory.com/46?category=897469 3. 스프링 툴4 설치 https://kongsabary.tistory.com/55 4. 톰캣8 설치 https://kongsabary.tistory.com/51?category=892802 * 설치중 Trust가 뜬다면? https://kongsabary.tistory.com/54?category=898481 1. File -> Spring Legacy Project 클릭합니다. 2. Spring MVC Project 선택합니다. 3.. 2022. 1. 11. 톰캣8(Tomcat 8) 설치하기 1. 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 2. Download -> Tomcat 8 클릭합니다. 32-bit/64-bit Windows Service I.. 2022. 1. 11. Spring(1) - 환경 설정하기 1. 스프링 기본값 설정하기 스프링에 문제가 생기면 C:\Users\82105\.m2\repository\aopalliance\aopalliance\1.0에서 지우고 다시 깐다 Spring MVC 설정 참고 1. New Project -> Spring Legacy Project -> Spring MVC 2. pom.xml 기본 설정 - 1.8 - 4.1.7RELEASE - maven-compiler-plugin 3.1, 1.8, 1.8 - javax.servlet-api : 3.1.0 - javax.servlet.jsp-api : 2.3.1 - junit : 4.12 3. 프로젝트 우클릭 -> build path : jre -> workspace 버전 -> java compiler -> 1.8 -> pr.. 2020. 11. 18. 이전 1 다음