tdd-spring-react icon indicating copy to clipboard operation
tdd-spring-react copied to clipboard

Course project of Test Driven Web Development with Spring Boot & React

Results 3 tdd-spring-react issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=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...

dependencies
java

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...