Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some errors #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

blockedhead
Copy link

@blockedhead blockedhead commented Nov 17, 2020

Your viewers of the video How to read JSON data in Spring Boot and write to a database might appreciate these Bugfixes.

The original programm had some errors caused by the link in users.json and a common pitfall with lombok and @entity which can cause erros.

Removed unused import.

Replacement of common Errorcause with @Getter/@Setter
(@entity and Parts of @DaTa like Hashcode/toString/equals are known to cause if together errors sometimes).

Replaced unnecessery cunstructor with @NoArgsConstructor
The link https://jsonplaceholder.typicode.com/users was causing errors and where not systemrelevant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant