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.