eventuate-tram-examples / eventuate-tram-examples-micronaut-customers-and-orders

Microservices, Sagas, Choreography, Eventuate Tram, Micronaut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update according the style guide

dartartem opened this issue · comments

order-history-service-common contains classes which used as web-api and as domain objects in the same time.
Is it ok, or it is necessary to split module and create separate classes for web and domain?

order-history-service-common contains classes which used as web-api and as domain objects in the same time.
Is it ok, or it is necessary to split module and create separate classes for web and domain?

I'd split the module.