Sobes.tech
Middle

Quali tipi di dati possono essere restituiti in Spring MVC?

sobes.tech AI

Risposta dell'AI

  • MVC View Name (String, void)
  • Model
  • ModelAndView
  • View
  • Map
  • Specific response types (ResponseEntity, HttpHeaders, etc.)
  • Any annotated return type (e.g., @ResponseBody for JSON/XML, @ModelAttribute)