Closed devondragon closed 4 months ago
Refactor the roleHierarchy method in WebSecurityConfig to use the static factory method RoleHierarchyImpl.fromHierarchy(). This improves code readability and simplifies the configuration process.
RoleHierarchyImpl.fromHierarchy()
Refactor the roleHierarchy method in WebSecurityConfig to use the static factory method
RoleHierarchyImpl.fromHierarchy()
. This improves code readability and simplifies the configuration process.