jahid114 / ecommerce-app

This is going to be the state of the art ecommerce application api made with Spring Boot
1 stars 2 forks source link

Organize the folder structure of the project #3

Closed jahid114 closed 1 month ago

jahid114 commented 1 month ago

Inside every package of the src directory, make the following folders model, service, request, and response. Then move all the entity classes into the model folder, all the service & repository classes into the service folder, request-related classes into the request folder & response-related classes into the response folder. Also, rename the DTOs used as the request & response class.

Noxiium commented 1 month ago

I can help you with this. Where do you want the Controller classes, in the request folder?

jahid114 commented 1 month ago

Okay , I am assigning this task to you. Controller classes should be in a separate controller folder.