Skip to content

Lesson 2 Testing UserController

Pre-release
Pre-release
Compare
Choose a tag to compare
@fuyuko fuyuko released this 12 Nov 20:42
· 13 commits to main since this release

What's Changed

  • Changed the parent class of UserRepository from CrudRepository to Jpa… by @fuyuko in #1
  • Add DeleteAllUsers + AddUser constraint added + Lists operations for JpaRepository by @fuyuko in #3
  • simplify the folder structure + simple application sanity check testing by @fuyuko in #4

Full Changelog: lesson-01...lesson-02