Changes in / [325a55d:468b7b6]
- Location:
- Prototype Application/Paw5/src/main
- Files:
-
- 9 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/repository/UserRepository.java
r325a55d r468b7b6 5 5 import org.springframework.stereotype.Repository; 6 6 7 8 7 @Repository 9 8 public interface UserRepository extends JpaRepository<User, Integer> { 10 User findByEmailAndPassword(String email, String password);11 User findByEmail(String email);12 9 }
Note:
See TracChangeset
for help on using the changeset viewer.