is not current version
Last Version 1.0.1.RELEASE

cn.shuibo:rsa-encrypt-body-spring-boot 1.0.1

Spring Boot 接口请求参数自动加解密

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.shuibo
ArtifactId

ArtifactId

rsa-encrypt-body-spring-boot
Version

Version

1.0.1
Type

Type

jar

Download rsa-encrypt-body-spring-boot 1.0.1


<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation 'cn.shuibo:rsa-encrypt-body-spring-boot:1.0.1'
// https://jarcasting.com/artifacts/cn.shuibo/rsa-encrypt-body-spring-boot/
implementation ("cn.shuibo:rsa-encrypt-body-spring-boot:1.0.1")
'cn.shuibo:rsa-encrypt-body-spring-boot:jar:1.0.1'
<dependency org="cn.shuibo" name="rsa-encrypt-body-spring-boot" rev="1.0.1">
  <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')
)
libraryDependencies += "cn.shuibo" % "rsa-encrypt-body-spring-boot" % "1.0.1"
[cn.shuibo/rsa-encrypt-body-spring-boot "1.0.1"]