| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.liuchengts |
| ArtifactId | ArtifactIdspring-boot-auth-starter |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-auth-starter
基于springboot的权限验证
|
| Project URL |
Project URL |
<!-- 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"]
| 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 |