Daniel #12
Reference in New Issue
Block a user
Delete Branch "daniel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented controllers, services and repositories for all entities.
Removed dead code.
Getter and setter cleanup using lombok.Data
⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
🔎 Detected hardcoded secret in your pull request
f235921744🛠 Guidelines to remediate hardcoded secrets
To avoid such incidents in the future consider
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
I can suggest adding validation to the fields in the model package, like @Email for String email.
Also, you should remove the MainController.java file.
application.properties should not be in the repository.
Good idea, will implement that in the next commits.