Code Monkey home page Code Monkey logo

ddd-start2's Issues

샘플 환경 이슈 및 오탈자입니다.

안녕하세요 작가님 열심히 공부하고 있습니다.

  1. 제 로컬 mysql 버전이 8.0.17 이었네요. 이번에 첨알았습니다. 문제는 8.0.17 버전에서  member  는 예약어로 지정이 되어있었습니다.  그래서 git에서 다운받은 소스에서 오류가 발생했습니다.  member 예약어는 8.0.19에서 제거되었다고 하네요, 참고 부탁드립니다.

  2. e-book으로 보고있는데, 40페이지

throw new IllegalStateException("aleady shipped");  // already 의 오타로 보입니다.~

오탈자

최범균 작가님 안녕하세요.
에릭 에반스 책보다가 좌절했는데 이 책보면서 많은 도움을 받고 있습니다.
정말 감사드려요.

125페이지에 account 변수가 store로 변경되어야 할 것 같습니다.

Store store = storeRepository.findById(req.getStoreId());
checkNull(store)
if(account.isBlocked()){  -> store.isBlocked()로 수정필요
    throw new StoreBlockedException();
}

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.