Code Monkey home page Code Monkey logo

tmaxmsa_backend's Introduction

TmaxMSA_Backend

핵사고날 아키텍처에 기반한 패키지 구조

  • adapter 하위에 web에는 주 어댑터, persistence에는 부 어댑터를 둠
  • application 하위에 주 포트를 두고, impl에 주 포트 구현체, spi에 부 포트를 둠
  • domain 하위에 비지니스 로직을 둠
  • 입출력 dto는 해당 dto를 사용하는 서비스와 함께 둠
  • 이 프로젝트 가 핵사고날 아키텍처 형태로 패키지를 구성하였으니 참고하세요.

com.msa.server
    |
    |-- adapter
    |    |-- web
    |    |    `-- ExampleController.java
    |    |      
    |    `-- persistence
    |         |-- ExampleRepository.java
    |         |-- Example.java 
    |         `-- ExamplePortImpl.java 
    |
    |-- application
    |    |-- spi
    |    |    `-- ExamplePort.java
    |    | 
    |    |-- dto
    |    |    `-- ExampleDto.java
    |    | 
    |    `-- ExampleService.java
    |
    `-- domain
         `-- exception
   

tmaxmsa_backend's People

Contributors

pingoo33 avatar mini8709 avatar kwangpyoko avatar badaelephant 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.