package com.example.springdemo.service; import com.example.springdemo.dao.MerchantsRepository; import org.springframework.stereotype.Service; @Service public interface MerchantsService extends MerchantsRepository { }