HRMS-Backend icon indicating copy to clipboard operation
HRMS-Backend copied to clipboard

A Spring Boot application. This repository contains the backend part of the Human Resources Management System. The project has been written solely in Java Language.

Results 3 HRMS-Backend issues
Sort by recently updated
recently updated
newest added

For #1 See the following [link](https://www.jpa-buddy.com/blog/lombok-and-jpa-what-may-go-wrong): - Remove `Data` annotation - Add `ToString` annotation. - `EqualsAndHashCode` also can cause performance issues. - According to the JPA specification, all entity classes...

enhancement

Update the project code and the dependencies since it is almost two years old: - [ ] #2

refactor

For #1 Auto generate new java code from `tckimlik.nvi.gov.tr` wsdl: - [ ] remove old generated code by `easywsdl` - [ ] generate new code using `JAX-WS RI`

enhancement