Repository.java

 package com.customerapp.practice.repository;


import com.customerapp.practice.model.Customer;

import org.springframework.data.jpa.repository.JpaRepository;


public interface CustomerRepository extends JpaRepository<Customer, Long

> {

}

Comments

Popular posts from this blog

Restaurant

TimePass

UIUXFILES