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

Microservices, Sagas, Choreography, Eventuate Tram, Micronaut
Other
40 stars 13 forks source link

Update according the style guide #25

Open dartartem opened 4 years ago

dartartem commented 4 years ago

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?

cer commented 4 years ago

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.