| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаcom.yishuifengxiao.common |
| Идентификатор | Идентификаторsecurity-code |
| Последняя версия | Последняя версия1.3.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsecurity-code
基于spring security的二次封装,对于在日常 spring security 开发过程中使用到的可能使用到验证码和短信登录功能进行了封装,开箱即用
|
| Имя Файла | Размер |
|---|---|
| security-code-1.3.2.pom | |
| security-code-1.3.2.jar | 17 KB |
| security-code-1.3.2-sources.jar | 13 KB |
| security-code-1.3.2-javadoc.jar | 106 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.yishuifengxiao.common/security-code/ -->
<dependency>
<groupId>com.yishuifengxiao.common</groupId>
<artifactId>security-code</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/security-code/
implementation 'com.yishuifengxiao.common:security-code:1.3.2'
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/security-code/
implementation ("com.yishuifengxiao.common:security-code:1.3.2")
'com.yishuifengxiao.common:security-code:jar:1.3.2'
<dependency org="com.yishuifengxiao.common" name="security-code" rev="1.3.2">
<artifact name="security-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yishuifengxiao.common', module='security-code', version='1.3.2')
)
libraryDependencies += "com.yishuifengxiao.common" % "security-code" % "1.3.2"
[com.yishuifengxiao.common/security-code "1.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Необязательный | jar | 2.1.3.RELEASE |
| com.yishuifengxiao.common : common-tool Необязательный | jar | 1.3.4 |
| com.yishuifengxiao.common : validation | jar | 1.3.2 |
| com.yishuifengxiao.common : security-core Необязательный | jar | 1.5.2 |