Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 429 Bytes

Spring_MVC_Study

  • HttpServlet
  • JSP
  • MVC pattern
  • front controller
  • Dispatcher Servlet
  • viewResolver
  • Adapter

Git Convention

  • feat : 기능추가
  • fix : 버그 수정
  • refactor : 리팩토링, 기능은 그대로 두고 코드를 수정
  • style : formatting, 세미콜론 추가 / 코드 변경은 없음
  • chore : 라이브러리 설치, 빌드 작업 업데이트
  • docs : 주석 추가 삭제, 문서 변경