Home > Back-end >  Springboot unified rights management
Springboot unified rights management

Time:10-16

Problem description:
I have A number of systems, such as: A, B, C; I this three systems using Z public interface module,
Suppose now Z module provides an interface add, add resources
Add this to A, B, C open system, then A, B, C three add resources of the system are stored on the same table, how can now add the interface control these systems can operate those data???????

Do the unified rights management for the first time, don't know that how to realize,

CodePudding user response:

Make A data access configuration, A, B, C three system configuration corresponding to operation data, the add interface processing time, first check whether have permission to operate
  • Related