79288504

Date: 2024-12-17 15:51:03
Score: 1
Natty:
Report link

If you use @RestController you cannot return a view (By using Viewresolver in Spring/springboot) and yes @ResponseBody is not needed in this case. that's why when you tap /home it returns a string.

If you use @Controller you can return a view in Spring web MVC.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hamza Naceur