SyntaxFix
Write A Post
Hire A Developer
Questions
Just add below annotation with qualifier name of service in service Implementation class:
@Service("employeeService") @Transactional public class EmployeeServiceImpl implements EmployeeService{ }