Beispiel #1
0
 @RequestMapping(
     value = {"/ws/1.0/reportList"},
     method = RequestMethod.GET,
     produces = "application/json")
 public ResponseEntity<List<ReportDefinition>> reportList() throws IOException, JRException {
   return ResponseEntity.ok(reportService.reportList());
 }