is not current version
Last Version 1.2.3

encrypt-body-spring-boot-starter 1.2.0

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

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.licoy
ArtifactId

ArtifactId

encrypt-body-spring-boot-starter
Version

Version

1.2.0
Type

Type

jar
Description

Description

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

Source Code Management

http://github.com/Licoy/encrypt-body-spring-boot-starter/tree/master

Download encrypt-body-spring-boot-starter 1.2.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter Optional jar 2.5.9
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.9
org.springframework.boot : spring-boot-starter-web jar 2.5.9
cn.hutool : hutool-crypto jar
cn.hutool : hutool-core jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.