Actually when i click login button then it goes to http://localhost:8080/login/auth page and i am not finding any auth.gsp to edit the template of login model.I have used spring security and how to change it??
You can override auth.gsp by creating your own as /views/login/auth.gsp
Also see this useful tutorial.