pforprince / ieltsmanagement

0 stars 0 forks source link

Important #1

Open pforprince opened 3 years ago

pforprince commented 3 years ago

The default package is com.example.scm. Change it to com.example.ielts. Then save your code in your branches and fetch the update code from my branch.

thejavaprogrammerhrishav commented 3 years ago

Please update the UserRepository

It should be UserRepository extends JpaRepository<User, Long>

not

UserRepository extends JpaRepository<User, String>