2015-11-25

I am trying to render my html page with thymeleaf. It works independently but when attempting to render the page using thymeleaf it fails to load the page. I have a login page for a service agent embedded in the index.html file below but when attempting to render the service login page with thymeleaf it fails to produce the page. My backend is done using spring boot and able to map my index.html to /welcome. My question is how do i map the login for an agent to spring boot even though the login is embedded in html? Is this possible? Can this be done without creating a separate login page.

The index page is mapped below:

Show more