rbac-spring-boot-start

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

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.flashvayne
ArtifactId

ArtifactId

rbac-spring-boot-start
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Download rbac-spring-boot-start

How to add to project

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

Dependencies

compile (7)

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
com.alibaba : fastjson jar 1.2.79
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
1.0.1
1.0.0