pushpakaliencodes.hashnode.devยทAug 1, 2024Why @GetMapping doesn't work in Thymeleaf?I recently came across this issue while working with thymeleaf in spring boot.I defined an API like : @RestController @RequestMapping("/") public class HomeController { @GetMapping("/home") public String getHomePage() { return "home";...Understanding Spring.ioSpringbootAdd a thoughtful commentNo comments yetBe the first to start the conversation.