Ejemplo n.º 1
0
 @RequestMapping(
     value = "/getBranchesCount",
     method = {RequestMethod.GET, RequestMethod.POST},
     produces = "application/json")
 public int getBranchesCount() {
   return branchdao.getBranchesCount();
 }