Spring 5: MVC controller argument pageable doesn't get initialised

前端 未结 0 1697
孤街浪徒
孤街浪徒 2020-12-04 14:07

I have a controller like so:

@GetMapping(value = "/list")
@PreAuthorize("@authService.hasPermission(\'read\')")
public Page

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题