Commit b59ffaec authored by 1516160's avatar 1516160

Upload New File

parent f10cd719
package com.altimetrik.playground.candidate.assessment.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.altimetrik.playground.candidate.assessment.entity.Customer;
@Repository
public interface CustomerRepo extends JpaRepository<Customer, String>{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment