package com.foodpay.service.Impl;
import org.springframework.stereotype.Service;
@Service
public class FoodServiceImpl implements FoodService {
}
// I just remove @Service annotation over Impl class but it doesn’t work anymore.
New contributor
Faraz Ali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.