jaygajera17 / E-commerce-project-springBoot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
https://jaygajera17.github.io/E-commerce-project-springBoot/
588 stars 602 forks source link

[#74] Refactoring DI in controllers #75

Closed Grad566 closed 2 months ago

Grad566 commented 3 months ago

Changed dependency injection in UserController and AdminController to use constructor injection instead of @Autowired. This improves code readability and makes it more testable. Refactored code for better quality and adherence to standards.