License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.joselion |
ArtifactId | ArtifactIdlion-spring-security |
Version | Version1.2.3 |
Type | Typejar |
Description |
DescriptionLion Spring Security
Library wapper to simply implement Spring Security to Spring Boot projects with additional features like locking and and expiration, by simpli adding the database account information to the application propertiies file
|
Project URL |
Project URL |
Filename | Size |
---|---|
lion-spring-security-1.2.3.pom | |
lion-spring-security-1.2.3.jar | 46 KB |
lion-spring-security-1.2.3-sources.jar | 23 KB |
lion-spring-security-1.2.3-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joselion/lion-spring-security/ -->
<dependency>
<groupId>com.github.joselion</groupId>
<artifactId>lion-spring-security</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joselion/lion-spring-security/
implementation 'com.github.joselion:lion-spring-security:1.2.3'
// https://jarcasting.com/artifacts/com.github.joselion/lion-spring-security/
implementation ("com.github.joselion:lion-spring-security:1.2.3")
'com.github.joselion:lion-spring-security:jar:1.2.3'
<dependency org="com.github.joselion" name="lion-spring-security" rev="1.2.3">
<artifact name="lion-spring-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joselion', module='lion-spring-security', version='1.2.3')
)
libraryDependencies += "com.github.joselion" % "lion-spring-security" % "1.2.3"
[com.github.joselion/lion-spring-security "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.security : spring-security-test | jar | |
org.postgresql : postgresql | jar |