s

security

基于Spring Security体系安全模块 包括: APP环境(Spring Security、Spring Social社交登陆、token验证) WEB环境下(Spring Security、Spring Social社交登陆), 验证码验证(图形、短信)
https://github.com/shawven/security
The Apache Software License, Version 2.0
shoven
文件下载
文件名 操作
security-2.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.shawven</groupId>
  <artifactId>security</artifactId>
  <version>2.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.shawven:security:2.0.7'
Gradle Kotlin
implementation("com.github.shawven:security:2.0.7")
Scala SBT
libraryDependencies += "com.github.shawven" % "security" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shawven', module='security', version='2.0.7')
)
Apache Ivy
<dependency org="com.github.shawven" name="security" rev="2.0.7" />
Leiningen
[com.github.shawven/security "2.0.7"]
Apache Buildr
'com.github.shawven:security:jar:2.0.7'