License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.flashvayne |
ArtifactId | ArtifactIdrbac-spring-boot-starter |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrbac-spring-boot-starter
基于RBAC (Resource-Based Access Control) 的用户资源权限管理组件
|
Project URL |
Project URL |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |