zhou-hao 75660f6c3c 结构调整,部分调整 7 lat temu
..
hsweb-system-authorization-api a040f29773 完善注释 7 lat temu
hsweb-system-authorization-local 75660f6c3c 结构调整,部分调整 7 lat temu
hsweb-system-authorization-starter 75660f6c3c 结构调整,部分调整 7 lat temu
hsweb-system-authorization-web 75660f6c3c 结构调整,部分调整 7 lat temu
README.md 504f366730 优化权限模块结构 7 lat temu
pom.xml 177112a961 3.0.0-RC-SNAPSHOT 7 lat temu

README.md

权限功能模块

提供用户,角色,权限管理的配置和管理

授权

AuthorizationController 仅进行基础授权,通过触发AuthorizationListener,进行自定义控制逻辑.详细方式见:hsweb-authorization-api

权限设置

[AuthorizationSettingService]() 提供通用的权限设置,可在想要的地方进行设置, 然后将用户支持的设置类型提供给[AuthorizationSettingTypeSupplier](),在初始化权限的时候,即可对相应的设置进行初始化.