If i delete from pom.xml spring-boot-starter-thymeleaf then my @GetMapping cant return html page. [enter image description here](https://i.stack.imgur.com/NJvOn.png)
I tried:
- add @ResponseBody - not working (his return string in web site, not html page)
- Replace @Controller by @RestControllerin - not working
- Using ModelAndView - not working (modelAndView.setViewName("index" or "index.html" or "static/index.html" or ...)