jakarta.servlet.ServletException: Circular view path [greeting]: would dispatch back to the current handler URL [/greeting] again. Check your ViewResolver setup!
状況
SpringBoot/greetingにアクセスして、greeting.htmlを表示したい
@Controller
class MyController {
@RequestMapping("greeting"...