コード例 #1
0
 @RequestMapping("/allactive")
 public List<ClientAppModel> getAllActive() {
   return clientAppService.getAllActiveClientApps();
 }