i’m facing 404 Error when i deploy Spring and thymeleaf project into tomcat
Error
I need to able to get load the index page when I start the application
in Spring boot application webApp is not present so, I used static and template to write the html pages.
index.html page is present under template folder
3