Giter Site home page Giter Site logo

homework's Introduction

사용기술

  • SpringBoot 2.7.12
  • SpringDataJpa
  • h2-database
  • gradle

패키지 구조

  • config - 빈 등록을 위한 구성정보 패키지
  • controller - 프롬프트에서 입력받은 값을 토대로 하는 작업 관련 로직 패키지
  • domain - 핵심 비즈니스 로직이 담긴 패키지
  • exception - 예외처리
  • service - 값을 읽어들이고 비즈니스로직을 처리하는 패키지
  • ui - 화면 관련 패키지

구현 방향

  • 과제 요구사항을 중점적으로 구현한다.
  • domain layer와 service layer의 testCoverage를 100%로 유지한다.
  • 테스트하기 어려운 ui관련 테스트는 진행하지 않고 도메인에 집중하도록 한다.
  • 코드의 추상화 수준을 맞춘다.
  • 객체지향적인 코드작성을 위해 스프링을 활용한다.
  • csv파일은 h2데이터베이스에 import하여 사용한다.
  • 서비스 구현은 구현체가 변경될 가능성이 높기 때문에 반드시 인터페이스를 활용한다.
  • 데이터접근 계층도 마찬가지이다. 인터페이스를 활용한다.
  • 멀티쓰레드 환경에서의 테스트를 진행한다.

homework's People

Watchers

 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.