Skip to content

Releases: fuyuko/projectmanagement

Lesson 3 Add Custom Respository Method

13 Nov 20:50
Compare
Choose a tag to compare
Pre-release

Full Changelog: lesson-02...lesson-03

Lesson 2 Testing UserController

12 Nov 20:42
Compare
Choose a tag to compare
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

Lesson 1

08 Nov 00:28
3c3f9c9
Compare
Choose a tag to compare
Lesson 1 Pre-release
Pre-release

Learned how to implement CRUD operation for User class.