GithubHelp home page GithubHelp logo

bingbong916 / backend-springbasic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from konkuk-kuit/kuit2_backend-springbasic

0.0 0.0 0.0 226 KB

KUIT 서버 파트 - 6주차 강의 미션 수행을 위한 레포지토리입니다.

JavaScript 2.41% Java 71.03% CSS 26.56%

backend-springbasic's Introduction

spring-basic

KUIT 서버 파트 - 6주차 강의 미션 수행을 위한 레포지토리입니다.

Branch 설명


main

미션 수행 장소

6week/servlet-mvc

6주차 미션 + HandlerAdapter 구현 코드

v1

  • ControllerV1 : ModelAndView 객체를 반환하는 Controller
  • 실행 : localhost:8080/v1/…

v2

  • ControllerV2 : 뷰 이름(String viewName)을 반환하는 Controller
  • 실행 : localhost:8080/v2/…

v3

  • 두 종류의 Controller를 전부 사용하기 위해 HandlerAdapter를 도입
  • 실행
    • ControllerV1 : localhost:8080/v3/v1/…
    • ControllerV2 : localhost:8080/v3/v2/…

6week/spring-mvc

미션 구현 코드

backend-springbasic's People

Contributors

rlagkswn00 avatar woookk 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.