Beispiel #1
0
 @RequestMapping(value = "/config/catalogo/module_get", method = RequestMethod.GET)
 public @ResponseBody Map<String, Object> getallConfigModules() {
   Map<String, Object> a = new HashMap<String, Object>();
   a.put("aaData", servicioConfigModule.getAll());
   return a;
 }