tdd-spring-react
tdd-spring-react copied to clipboard
Course project of Test Driven Web Development with Spring Boot & React
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Open a user's page who has hoaxes. Then type url of non existing user. The profile card will be replaced with not found content but the hoaxfeed will be still...
After relationships is added between Hoax and User, running all tests alltogehter may fail, if HoaxConrollerTest runs before LoginControllerTest or UserControllerTest. Hoax table must be cleared after HoaxControllerTest fails. After...