Load a page in Spring-Boot
Load a page in Spring-Boot
In this article I’m going to explain how to load a page ( HTML file ) in spring-boot. In my previous article I explained how to create a new spring-boot project. Create an HTML file Create a controller 1.Create an HTML file The “templates” folder is the default folder that spring boot looks for HTML files. So that I’m going to create a simple HTML file called “welcomepage.html” in the templates…
View On WordPress













