We have a project developed using Spring Boot. Basically developed the back-end code developed and tested via Rest API.
Now, we have done the front end html and other pages separately.
Now we are not sure how to integrate this project as web application and deploy automatically via Maven in Tomcat
Need to know the project structure for web application project for Spring Boot
Where to place the jsp, javascript, html, css, log4.properties file in spring boot
How to automatically bundle the project and deploy as a war so that we can deploy in any tomcat externally instead of going for a Spring Boot Embedded tomcat.
Please advise.