package com.deepchart.service.impl; import com.deepchart.service.IndexService; import org.springframework.stereotype.Service; @Service public class IndexServiceImpl implements IndexService { }