mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 11:10:45 +08:00
移除es8.x集成
This commit is contained in:
@@ -39,16 +39,4 @@ public class UserController {
|
||||
return RetObj.success(loginUser);
|
||||
}
|
||||
|
||||
@Operation(summary = "es同步用户信息", description = "用户信息")
|
||||
@GetMapping("/syncEs")
|
||||
public RetObj syncEs(Long userId) {
|
||||
return userService.syncEs(userId);
|
||||
}
|
||||
|
||||
@Operation(summary = "es查询用户信息", description = "用户信息")
|
||||
@GetMapping("/getEsId")
|
||||
public RetObj getEsId(Long userId) {
|
||||
return userService.getEsId(userId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user