jasonravagli / gym-manager

0 stars 0 forks source link

Create the domain model module #1

Closed jasonravagli closed 2 years ago

jasonravagli commented 2 years ago

We create the domain model classes into a separate Maven module. Typically the domain model has a different life cycle than the rest of the application: it is better to keep them in a separate module.

The domain model will be composed of two entities: Course and Member. They will be POJOs, hence they will not require any test.