manojsharma20
manojsharma20
I have the same issue, I am also getting data from server in default pageSize, perPage etc. I want to draw pagination where data will be fetched from server using...
I have saved password as bcrypt at the time of registration or password changed. At the time of login i and doing anything or making just nonlocked property to false...
Hi, Please find code for user detail service. `package com.velocis.vahan; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority;...