ddd-by-examples / factory

The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
MIT License
1.34k stars 273 forks source link

New query for current demand per day introduced #20

Closed adamkulawik closed 5 years ago

adamkulawik commented 6 years ago

It turned out that adapter on delivery planning module would require a different rest repo endpoint that already prepared - it was added in the PR. As findByRefNoAndDateGreaterThanEqual is no needed any more it is marked as deprecated, and will be removed in subsequent pull requests.