Lesson 2 Testing UserController
Pre-release
Pre-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