I've just implemented Spring Boot Security in my Grails 3.0.1. I want to customize the default Spring Boot login form, but I can't find the login.html anywhere.
I've read all kinds of tutorials and documentations and the login.html location should be in "src/main/resources/templates/login.html" which does not exist in my project.
Here is the 3 part tutorial series that I followed while implementing Spring Boot to Grails 3.0.1 http://spiesdavid.blogspot.fi/2015/03/grails-3-app-with-security-part-1.html