ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • spring project 역활정리
    spring framework 2020. 4. 24. 14:17

    root-context.xml

    View 지원을 제외한 bean을 설정한다고 한다.

    ex) Service / Repository(DAO) / DB/ log 등등

     

    servlet-context.xml(HandlerMapping)

    servlet-context는 서블릿 관련 설정이다.

    간단하게 Web Application의 요청을 받기 위한 Entry Point(Servlet)의 Context 설정입니다.

    그렇기 때문에 Servlet Context에는 

    - 요청에 대한 처리를 직접적으로 해줄 Controller의 매핑설정(Handler Mapping)

    - View를 어떻게 처리할 것인지에 대한 설정(View Resolver) 

    등이 존재하게 됩니다.

     

    mapper

    쿼리문을 작성하는 파일입니다

     

    properties

    데이터베이스 접속 정보를 가지고 있는 파일

     

    web.xml(DispatcherServlet)

    각종 설정을 위한 설정파일이라고 이야기 할 수 있다.

     

    pom.xml

    메이븐의 빌드와 관련된 정보를 이곳에서 관리

    'spring framework' 카테고리의 다른 글

    스프링 정리  (0) 2020.07.09
    톰캣 에러 'Publishing to Tomcat v9.0 Server at localhost..' has encountered a problem.  (2) 2020.04.24
    bean  (0) 2020.04.21
    ioc  (0) 2020.04.21
    spring framework  (0) 2020.04.20
Designed by Tistory.