is not current version
Last Version 1.2.3

cn.licoy:encrypt-body-spring-boot-starter 1.2.2

encrypt-body-spring-boot-starter是SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.licoy
ArtifactId

ArtifactId

encrypt-body-spring-boot-starter
Version

Version

1.2.2
Type

Type

jar

Download encrypt-body-spring-boot-starter 1.2.2


<!-- https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/ -->
<dependency>
    <groupId>cn.licoy</groupId>
    <artifactId>encrypt-body-spring-boot-starter</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/
implementation 'cn.licoy:encrypt-body-spring-boot-starter:1.2.2'
// https://jarcasting.com/artifacts/cn.licoy/encrypt-body-spring-boot-starter/
implementation ("cn.licoy:encrypt-body-spring-boot-starter:1.2.2")
'cn.licoy:encrypt-body-spring-boot-starter:jar:1.2.2'
<dependency org="cn.licoy" name="encrypt-body-spring-boot-starter" rev="1.2.2">
  <artifact name="encrypt-body-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.licoy', module='encrypt-body-spring-boot-starter', version='1.2.2')
)
libraryDependencies += "cn.licoy" % "encrypt-body-spring-boot-starter" % "1.2.2"
[cn.licoy/encrypt-body-spring-boot-starter "1.2.2"]