encrypt-body-spring-boot-starter

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
Last Version

Last Version

1.2.3
Release Date

Release Date

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

How to add to project

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

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.

Versions

Version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE