添加搜索模块,热搜前十,个人搜索记录,搜索记录添加,搜索记录删除,敏感词替换,redis配置没添加
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.lovenav.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
public class AdminController {
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
package com.lovenav.controller;
|
||||
|
||||
public class SearchController {
|
||||
}
|
Reference in New Issue
Block a user