fabioturazzi / HMS_Project

Integrated Management System developed using Spring Boot and H2 (SQL)
1 stars 1 forks source link

Move processing logic existing in controller and DAO classes to a separate service layer, modularizing the operations into methods #74

Open denngall opened 3 years ago

denngall commented 3 years ago

Controllers and database in the current version are responsible for a large amount of processing related to business logic