package com.juick.service; import org.springframework.stereotype.Repository; /** * Created by aalexeev on 11/13/16. */ @Repository public class UserServiceImpl extends BaseJdbcDao implements UserService { }