MadisIT-TPI / clean-architecture

《만들면서 배우는 클린 아키텍처》 예제 코드

Home Page:https://wikibook.co.kr/clean-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Implementation of a Hexagonal Architecture

CI

Get Your Hands Dirty On Clean Architecture

This is the companion code to my eBook Get Your Hands Dirty on Clean Architecture.

It implements a domain-centric "Hexagonal" approach of a common web application with Java and Spring Boot.

Companion Articles

Prerequisites

  • JDK 11
  • this project uses Lombok, so enable annotation processing in your IDE

과제

  • 주식
    • 매수
  • 요구사항
    • 매수 수량은 최소 1, 최대 10 까지 설정 할 수 있다.
    • 매수 가격은 0 이상 이다.
    • 매수 수량*가격이 10,000,000 원을 넘게 구매할 수 없다.
    • 매수 가능한 잔액이 있어야 매수 가능하다.
  • 단위 테스트를 작성해보자.

About

《만들면서 배우는 클린 아키텍처》 예제 코드

https://wikibook.co.kr/clean-architecture


Languages

Language:Java 100.0%