i am using myEclipse to generate a CRUD spring web app , i want also add Spring Security using Scaffolding Spring Security from Spring Tools. The web app is well generated and working fine , but i have an issue for the security part : the welcome page generated after succeful login doesn’t contain the logout button.
i am using MyEclipse 2017 CI 10 , i choose DataBase as Security Type with md5 Password encoding , i Uncheck the option “secured” for AuthoritiesDAO and UsersDAO , for URL Pattern i put /* (i want secure the whole App) , i let the configuration view as default. after a succefull login i get the login button still in my page , but no welcome page and no logout .
is there a fix for that problem ?