Code Monkey home page Code Monkey logo

daily-scheduler's Introduction

README

Table of Contents

Project Structure

.
+-- src/
    +-- main/
    |   +-- .../scheduler/
    |       +-- user/
    |           +-- application/
    |           +-- domain/
    |           +-- infrastructure/
    |           +-- presentation/
    +-- test/
        +-- ...

DDD(Domain Driven Design)를 바탕으로 하는 레이어드 아키텍처(Layered Architecture)로 구성되어 있습니다.

  • Presentation Layer
    • Application의 입출력을 담당하는 Controller
  • Application Layer
    • Use Cases(Business Logic)를 구현하는 Service
  • Domain Layer
    • Application을 통해 해결하고자 하는 Domain Model
      • cf. Domain과 Infrastructure 영역 사이의 의존 관계를 역전하는 Repository Interface도 Domain Layer에서 구현해야 하나, 개발 편의를 위해 Spring Framework와 결합도를 높이는 형태로 진행함에 따라 별도로 Repository Interface를 구현하지는 않습니다.
  • Infrastructure Layer
    • 다른 계층을 위해 사용하는 기반 기술
      • e.g. ORM을 구현하는 Spring JpaRepository 등

Contributing

Coding Conventions

Google Java Style을 적용합니다. Google Java Format 등의 도구를 사용해서 개발 중 코드 스타일을 일관적으로 유지하기를 권장합니다.

daily-scheduler's People

Contributors

ads0070 avatar pers0n4 avatar

Watchers

 avatar

daily-scheduler's Issues

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.