ikismail / ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
MIT License
360 stars 406 forks source link

no setters if @Autowired #44

Open kashmirsingh11 opened 4 years ago

kashmirsingh11 commented 4 years ago

Hi brother, in spring mvc you don't need to write getters/setters if you use DI @Autowired. I see that you generated getters/setters for all dependencies.