Although I change @Controller to @RestContoller, it prints not index.html but "index"
It should bring html file in templates folder but it doesn't work
I also tried to add some properties
spring.thymeleaf.prefix=/templates
spring.thymeleaf.suffix=.html
in application.properties and its still not working
Thanks for help in advance


