mirror of
https://gitee.com/open-visual/face-search.git
synced 2025-07-25 19:41:42 +08:00
update:修复由于高版本JDK删除sun.misc.*导致的程序报错的BUG
This commit is contained in:
parent
c7c6cc9b7d
commit
017ada402f
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
@RequestMapping("/visual/search")
|
@RequestMapping("/visual/search")
|
||||||
public class FaceSearchController extends FaceSearchControllerImpl {
|
public class FaceSearchController extends FaceSearchControllerImpl {
|
||||||
|
|
||||||
@ApiOperation(value="1、人脸搜索1:N", position = 1)
|
@ApiOperation(value="1、人脸搜索M:N", position = 1)
|
||||||
@Override
|
@Override
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
@RequestMapping(value = "/do", method = RequestMethod.POST)
|
@RequestMapping(value = "/do", method = RequestMethod.POST)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user