???slider.logo_txt_hidden???
iKO))," translate="no">
???servicios.software_parrafo???
@Controller
@RequestMapping("/hello")
public class Hello {
//variable
String description;
@RequestMapping(method = RequestMethod.GET)
public String helloMethod(Model model, HttpServletRequest request) {
model.addAttribute("hello", true);
description = "Hello World";
Audit au = new Audit(description);
if (au.addRecord()){
model.addAttribute("status", true);
return "hello";
} else {
model.addAttribute("status", false);
model.addAttribute("code", "bt-ins");
model.addAttribute("msg",au.getError());
return "hello";
}
}
}
???cualidades.parrafo???
???cualidades.detalle_parrafo1???
???cualidades.detalle_parrafo2???
???cualidades.detalle_parrafo3???
???planes.parrafo1???
???planes.parrafo2???
???planes.parrafo3???