rbac-spring-boot-starter

基于RBAC (Resource-Based Access Control) 的用户资源权限管理组件

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.flashvayne
ArtifactId

ArtifactId

rbac-spring-boot-starter
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

rbac-spring-boot-starter
基于RBAC (Resource-Based Access Control) 的用户资源权限管理组件
Project URL

Project URL

https://github.com/flashvayne/rbac-spring-boot-starter

Download rbac-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.flashvayne/rbac-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.flashvayne</groupId>
    <artifactId>rbac-spring-boot-starter</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flashvayne/rbac-spring-boot-starter/
implementation 'io.github.flashvayne:rbac-spring-boot-starter:2.2.0'
// https://jarcasting.com/artifacts/io.github.flashvayne/rbac-spring-boot-starter/
implementation ("io.github.flashvayne:rbac-spring-boot-starter:2.2.0")
'io.github.flashvayne:rbac-spring-boot-starter:jar:2.2.0'
<dependency org="io.github.flashvayne" name="rbac-spring-boot-starter" rev="2.2.0">
  <artifact name="rbac-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flashvayne', module='rbac-spring-boot-starter', version='2.2.0')
)
libraryDependencies += "io.github.flashvayne" % "rbac-spring-boot-starter" % "2.2.0"
[io.github.flashvayne/rbac-spring-boot-starter "2.2.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.6.2
org.springframework.boot : spring-boot-starter-web jar 2.6.2
org.aspectj : aspectjweaver jar 1.8.13
org.springframework.boot : spring-boot-starter-data-redis jar 2.6.2
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.2.1
org.apache.commons : commons-lang3 jar 3.10

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0