Last Version

spring-boot-starter-security 1.0.1.8.RELEASE

身份凭证的生成及验证封装(jwt、token、session共享三种方式)

License

License

Categories

Categories

Spring Boot Container Microservices Security
GroupId

GroupId

com.github.luues.boot
ArtifactId

ArtifactId

spring-boot-starter-security
Version

Version

1.0.1.8.RELEASE
Type

Type

jar
Description

Description

spring-boot-starter-security
身份凭证的生成及验证封装(jwt、token、session共享三种方式)

Download spring-boot-starter-security 1.0.1.8.RELEASE


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

Dependencies

compile (13)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-configuration-processor jar
org.springframework.retry : spring-retry jar
com.github.luues.boot : spring-boot-starter-exception jar 1.0.1.8.RELEASE
com.github.luues.boot : spring-boot-starter-jedis jar 1.0.1.8.RELEASE
org.springframework.session : spring-session-data-redis jar
org.springframework.boot : spring-boot-starter-thymeleaf jar
org.thymeleaf.extras : thymeleaf-extras-springsecurity5 jar
org.xerial : sqlite-jdbc jar 3.34.0
org.springframework.boot : spring-boot-starter-security jar
io.jsonwebtoken : jjwt jar 0.9.1
com.github.luues.tool : tool-http jar
com.github.luues.tool : tool-log jar

Project Modules

There are no modules declared in this project.