Giter Club home page Giter Club logo

springboot-basic's Introduction

SpringBoot Basic Weekly Mission

스프링부트 basic 위클리미션을 코드리뷰하는 Repository입니다.

1주차 요구 사항

  • 바우처 관리 Command-line Application을 만든다.
  • create / list 커맨드를 지원한다.
    • create 커맨드를 통해 바우처를 생성할수 있다.
    • list 커맨드를 통해 만들어진 바우처를 조회할 수 있다.

2주차 요구사항

  • 단위 테스트를 작성한다.
  • 고객을 적용한다.
    • customers 테이블 정의 및 추가한다.
    • CustomerRepository 추가 및 JdbcTemplate을 사용해서 구현한다.
  • 바우처 정보를 DB로 관리한다.
    • 바우처에 엔터티에 해당하는 vouchers 테이블을 정의한다.
    • JdbcTemplate을 사용해서 바우처 레포지토리를 만든다.
    • vouchers 테이블을 통해서 CRUD를 할 수 있다.

3주차 요구사항

  • 커맨드로 지원했던 기능을 thymeleaf를 이용해서 다음 기능을 지원할 수 있다.
    • 조회페이지
    • 상세페이지
    • 입력페이지
    • 삭제기능
  • Spring MVC를 적용해서 JSON을 지원하는 REST API를 개발한다.
    • 조회페이지
    • 상세페이지
    • 입력페이지
    • 삭제기능

springboot-basic's People

Contributors

chaeonida avatar devcourse-ray avatar geonwoo0215 avatar gkdud583 avatar ksy90101 avatar learn-programmers avatar pers0n4 avatar sdardew avatar spencercp avatar yiseull 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.