package com.company.service; import org.springframework.stereotype.Service; @Service public class UserServiceImpl implements UserService { public boolean authenticate(String user, String password) { // TODO Auto-generated method stub return true; } }