Server 등록 및 브라우저 설정

Server 등록


크롬 브라우저 설정

  1. Window -> Preferences -> General -> Web Browser
  2. Use external web browser


Dynamic Web Project 작성

New -> Dynamic Web Project 선택


web.xml 생성 체크


Maven 프로젝트로 변환


Spring Project Nature 추가


기존 프로젝트의 pom.xml 복사

 


기존에 작성한 Project 의 java package 디렉토리와 config, sql 복사


Spring MVC 설정

Spring MVC 라이브러리 검색 및 설치


web.xml : ContextLoaderListener 클래스 설정


Web 환경 설정을 위한 Spring Beans 파일 작성 (beans-web.xml)

Spring Perspective 로 전환

New -> Spring Bean Configuration File


web.xml : DispatcherServlet 클래스 설정

*.do 호출 시, 스프링 디스패처 서블릿 실행

 

'Back-end > Spring' 카테고리의 다른 글

Spring MVC 어플리케이션 작성(2)  (0) 2021.06.14
Spring MVC 어플리케이션 작성(1)  (0) 2021.06.14
Spring MVC 개요  (0) 2021.06.14
MyBatis 어플리케이션 작성(2)  (0) 2021.06.14
MyBatis 어플리케이션 작성(1)  (0) 2021.06.14

+ Recent posts