Daggerpov / Spawn-App-Back-End

Back-end REST API for the Spawn mobile app, written in Java Spring Boot, and connected to a MySQL database.
Other
2 stars 0 forks source link

Make `record` DTOs for entities, and create mappings between them #28

Closed Daggerpov closed 1 day ago

Daggerpov commented 2 days ago

DTOs can be records, since they don't have to be mutable, and then mapped to the entities themselves.

image