License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdcom.github.surpassm |
ArtifactId | ArtifactIdsecurity-spring-boot-starter |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsecurity-spring-boot-starter
基于spring security权限控制框架
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.surpassm/security-spring-boot-starter/ -->
<dependency>
<groupId>com.github.surpassm</groupId>
<artifactId>security-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.surpassm/security-spring-boot-starter/
implementation 'com.github.surpassm:security-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.surpassm/security-spring-boot-starter/
implementation ("com.github.surpassm:security-spring-boot-starter:1.0.1")
'com.github.surpassm:security-spring-boot-starter:jar:1.0.1'
<dependency org="com.github.surpassm" name="security-spring-boot-starter" rev="1.0.1">
<artifact name="security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.surpassm', module='security-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "com.github.surpassm" % "security-spring-boot-starter" % "1.0.1"
[com.github.surpassm/security-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
joda-time : joda-time | jar | 2.10.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.springframework.security.oauth.boot : spring-security-oauth2-autoconfigure | jar | 2.1.3.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0.pr1 |
io.jsonwebtoken : jjwt | jar | 0.9.0 |
org.apache.commons : commons-collections4 | jar | 4.3 |
com.squareup.okhttp3 : okhttp | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
org.springframework.security : spring-security-test | jar | 5.1.4.RELEASE |