Skip to content
Snippets Groups Projects
Commit 2158b168 authored by Martin Gargalovič's avatar Martin Gargalovič
Browse files

changed the id from String to Long

parent 52e60278
No related branches found
No related tags found
3 merge requests!31M2,!28M2 user,!27Draft: M2 user
...@@ -4,5 +4,5 @@ import org.springframework.data.jpa.repository.JpaRepository; ...@@ -4,5 +4,5 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository; import org.springframework.stereotype.Repository;
@Repository @Repository
public interface UserRepository extends JpaRepository<User, String> { public interface UserRepository extends JpaRepository<User, Long> {
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment