Giter Site home page Giter Site logo

study-with-spring's Introduction

Study-with-Spring

42SEOUL Spring MVC Study

Git🤿

  • 스터디 날에 merge
  • 각자 닉네임으로 된 branch생성하여 각자 branch에 commit 후 push
  • 디렉토리 구조
    • week_n/${이름}
      • 해당 주차에 배운 내용정리
  • 커밋 메시지 규칙

    week_이름 [해당 주차 주제] ex) week1_klew [서블릿, JSP, MVC 패턴]


Rules are rules

  • 무단 지각 및 결석 시 벌금 1000원을 부과한다.
  • 다음 스터디 진행까지 질문사항 등을 준비한다.

Pull 받을 때

  1. git checkout main
  2. git pull origin main
  3. git checkout 브랜치이름
  4. git rebase main

Push 할 때

  1. git checkout 본인브랜치이름
  2. git status .
  3. git add .
  4. git commit -m "커밋메시지"
  5. git push origin 본인브랜치이름

MVC 공부 순서

week별 계획

주차 주제 설명
1주차 웹 애플리케이션 & 서블릿 웹서버 & WAS, 서블릿과 서블릿 컨테이너
2주차 MVC 패턴 MVC 패턴의 정의와 한계
3주차 MVC 구조 MVC 구조 및 흐름 이해
4주차 스프링 기능 요청 매핑 및 메시지
5주차 Validation Validation & Bean Validation 종류
6주차 로그인 처리 쿠키, 세션 & 필터, 인터셉트
7주차 예외 처리 서블릿과 API 예외처리

study-with-spring's People

Contributors

bkbud avatar kylew1004 avatar borish3198 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.