1
In the last 12 months I have worked and studied to learn how to create REST Apis with Spring boot, before that I worked with php MVC programming to create web systems and now in this my "migration" for Java using Spring I’m having doubts/difficulty understanding if Spring uses some kind of Pattern design and what would be ?
I usually create classes that follow the following order: Restcontroller -> Service -> Repository and Domain and DTO classes for entities and entity conversion/formatting
This structure I’m using can be considered a design standard ? What would be ?
I think because I’m self-taught I still have this simple doubt about the most desirable people!
I think he means the backend part. He looks like an anemic model.
– Piovezan
Yeah, it’s the back part. Giving a researched found a design called Facade, which from what I understood serves to unite several objects in one, making a grouping and forming a new object. Is there any more that is widely used in back-end environment ?
– user2831852