Coder Social home page Coder Social logo

spring_core's Introduction

Spring Core Project

Intro

  • Java 21, Spring 3.2.3

목적

Dependency 가 존재하지 않는 Spring을 통해 객체지향의 이해 및 Spring 전반적인 핵심 내용을 이해

회원 도메인 설계

회원 도메인 다이어그램 설계
  • 회원 도메인 협력 관계
    • img.png
  • 회원 클래스 다이어그램
    • img_1.png
  • 회원 객체 다이어그램
    • img_2.png
회원 도메인 로직 설계 img.png
  • domain : Member DTO 객체와 회원 등급을 가리키는 Enum Class Grade
  • repository : 다형성을 위한 MemberRpository interface 와 기능 구현을 위한 MemoryMemberRepository
  • service : 다형성을 위한 MemberService interface 와 기능 구현을 위한 MemberServiceImpl
    • MemberServiceImpl 에서 회원가입와 회원조회를 위해 MemberRepository를 사용해야 한다.
      private final MemberRepository memberRepository = new MemoryMemberRepository();

회원 도메인 설계의 문제점


주문과 할인 도메인 설계

spring_core's People

Contributors

hellojin97 avatar

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.