add Stock Entity, Repositoy and Service
This commit is contained in:
@@ -5,5 +5,5 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface ClientRepository extends JpaRepository<Client, Integer> {
|
||||
public interface ClientRepository extends JpaRepository<Client, Long> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user