License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdio.github.tunkko |
ArtifactId | ArtifactIdsecurity |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsecurity
基于spring-boot开发的安全认证框架,支持redis和jdbc等多种存储方式,配置简单,使用方便、易于扩展。
|
Filename | Size |
---|---|
security-1.1.0.pom | |
security-1.1.0.jar | 30 KB |
security-1.1.0-sources.jar | 16 KB |
security-1.1.0-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tunkko/security/ -->
<dependency>
<groupId>io.github.tunkko</groupId>
<artifactId>security</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tunkko/security/
implementation 'io.github.tunkko:security:1.1.0'
// https://jarcasting.com/artifacts/io.github.tunkko/security/
implementation ("io.github.tunkko:security:1.1.0")
'io.github.tunkko:security:jar:1.1.0'
<dependency org="io.github.tunkko" name="security" rev="1.1.0">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tunkko', module='security', version='1.1.0')
)
libraryDependencies += "io.github.tunkko" % "security" % "1.1.0"
[io.github.tunkko/security "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework : spring-webmvc Optional | jar | |
org.springframework : spring-jdbc Optional | jar | |
org.springframework.data : spring-data-redis Optional | jar | |
javax.servlet : javax.servlet-api Optional | jar | |
com.alibaba : fastjson Optional | jar | 1.2.28 |
org.apache.commons : commons-collections4 Optional | jar | 4.2 |
org.apache.commons : commons-lang3 Optional | jar |