2019년 3월에 새롭게 스프링 프로젝트 생성, 초기설정을 포스팅 하였습니다.
훨씬 더 자세하게 설명 되어 있습니다. 아래 링크를 참고 해주세요 :)
https://gabrielyj.tistory.com/166?category=735500
프로젝트 우클릭 → Properties → Project Facets → Java 버젼 설정 및 Runtime 서버 등록.
pom.xml 에서 원하는 내용 및 등록 해줌
프로젝트 생성 직후에는 자바 버젼 및 스프링 프레임 워크 버젼만 설정해줘도 괜찮아요
1.8 4.2.4.RELEASE 1.6.10 1.6.6
막 프로젝트가 완성 되었다면 이정도 설정으로 충분하고,
다음 Mybatis 떄부터 복잡하고 중요해집니다ㅜㅜ
index.jsp contextConfigLocation /WEB-INF/spring/root-context.xml org.springframework.web.context.ContextLoaderListener characterEncoding org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 characterEncoding *.do action org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/config/presentation-layerbiz.xml action *.do
'Programming > Spring' 카테고리의 다른 글
[스프링]web.xml / root-context,xml / servlet-context.xml 설정 (0) | 2018.06.21 |
---|---|
[서버에러]Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. (0) | 2018.02.07 |
[스프링_02] 스프링 프로젝트 생성 (0) | 2018.01.13 |
[스프링_01] 스프링 IDE, Tool Eclipse 에 설치하기. (0) | 2018.01.13 |
스프링 프레임 워크 어노테이션 (0) | 2018.01.09 |