Package-level declarations

Types

Link copied to clipboard

认证日志仓储接口

Link copied to clipboard
interface MenuRepository : KRepository<Menu, Long>

菜单仓储接口

Link copied to clipboard

OAuth2 授权仓储接口

Link copied to clipboard

OAuth2 注册客户端仓储接口

Link copied to clipboard

OAuth 授权同意仓储接口

Link copied to clipboard
interface PermissionRepository : KRepository<Permission, Long>

权限点仓储接口。

Link copied to clipboard
interface RoleRepository : KRepository<Role, Long>

角色仓储接口

Link copied to clipboard
interface UserRepository : KRepository<User, Long>

用户仓储接口