Browse Source

官网新增关键词等开发

anderx 2 years ago
parent
commit
51f12f35f6

+ 0 - 1
src/main/java/com/kede/common/controller/WebpageController.java

@@ -14,7 +14,6 @@ import javax.servlet.http.HttpServletResponse;
 
 import com.kede.admin.service.AdminService;
 import com.kede.common.model.SysConfig;
-import com.kede.core.mybatis.page.Pagination;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.PathVariable;
 import org.springframework.web.bind.annotation.RequestMapping;

+ 0 - 1
src/main/java/com/kede/news/service/impl/NewsServiceImpl.java

@@ -11,7 +11,6 @@ import java.util.Map;
 
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.cache.annotation.CacheEvict;
-import org.springframework.cache.annotation.CachePut;
 import org.springframework.cache.annotation.Cacheable;
 import org.springframework.stereotype.Service;