License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.shuibo |
ArtifactId | ArtifactIdrsa-encrypt-body-spring-boot |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrsa-encrypt-body-spring-boot
Spring Boot 接口请求参数自动加解密
|
<!-- https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/ -->
<dependency>
<groupId>cn.shuibo</groupId>
<artifactId>rsa-encrypt-body-spring-boot</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation 'cn.shuibo:rsa-encrypt-body-spring-boot:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation ("cn.shuibo:rsa-encrypt-body-spring-boot:1.0.1.RELEASE")
'cn.shuibo:rsa-encrypt-body-spring-boot:jar:1.0.1.RELEASE'
<dependency org="cn.shuibo" name="rsa-encrypt-body-spring-boot" rev="1.0.1.RELEASE">
<artifact name="rsa-encrypt-body-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.shuibo', module='rsa-encrypt-body-spring-boot', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.shuibo" % "rsa-encrypt-body-spring-boot" % "1.0.1.RELEASE"
[cn.shuibo/rsa-encrypt-body-spring-boot "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
commons-codec : commons-codec | jar | |
com.alibaba : fastjson | jar | 1.2.56 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.bouncycastle : bcprov-jdk15on | jar | 1.47 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |