MVN

icu.xuyijie : secure-api-spring-boot

Maven & Gradle

Jun 24, 2024
5 stars

secure-api-spring-boot · 一款接口参数和返回值加解密工具,高性能、轻量化,无任何外部依赖;支持param、body参数(暂不支持path参数),springboot场景启动器设计,完全自动化,用户无需关心加密解密和密钥生成过程。配置灵活,配置文件支持yml和bean方式,支持注解、url正则进行接口匹配,支持AES、SM4、RSA、DM等多种加密方式,支持多种前后端密钥协商方式

<dependency>
    <groupId>icu.xuyijie</groupId>
    <artifactId>secure-api-spring-boot</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of icu.xuyijie : secure-api-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of icu.xuyijie : secure-api-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
secure-api-spring-boot-2.0.1
secure-api-spring-boot-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>icu.xuyijie</groupId>
    <artifactId>secure-api-spring-boot</artifactId>
    <version>2.0.1</version>
</dependency>