spring-boot-auth-starter

基于springboot的权限验证

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.liuchengts
ArtifactId

ArtifactId

spring-boot-auth-starter
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-auth-starter
基于springboot的权限验证
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/spring-boot-auth-starter

Download spring-boot-auth-starter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.2.4.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 2.2.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0