Relative Content

Tag Archive for spring-bootintellij-ideaspring-securitythymeleaf

Thymeleaf not finding my html file despite being where it should be

I’m using Spring Boot w/ Gradle for a simple login page. But it can’t find my login.html in resources>templates folder. I have looked at other similar questions but their solutions haven’t worked for me. My directory layout is correct and all mappings point correctly to where it needs to go.