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