Пример #1
0
 @RequestMapping(method = RequestMethod.GET)
 public List<AuditEvent> getAll() {
   return auditEventService.findAll();
 }