marcinadd / projecty-web

Project management software based on spring
GNU General Public License v3.0
76 stars 76 forks source link

[FEAT] #38

Closed didaRatsimba closed 5 years ago

didaRatsimba commented 5 years ago

Hello, I would like to submit this pull request containing :

  1. .gitignore improvement
  2. added serialVersionUID for Serializable classes
  3. clean code : remove unused imports
  4. avoid calling directly *Repository classes : the service layer should always be used because the service layer encapsulates your business logic surrounding that call and the project would be greater than now later