inside login page : how to redirect another page & allow to authentication ??

 


 <a sec:authorize="hasAnyAuthority('ROLE_USER')" th:href="@{/index}">

<p class="viewAccount" >

 View Account 

 </p></a>


----------------------------------------------------------------------------------------------------------------------


<div sec:authorize="isAuthenticated()" id="id02" class="modal"> 

.......................................

</div>

Comments

Popular posts from this blog

Springboot important annotation

image work in springboot