MVN

com.pddon.framework : easy-spring-boot-api

Maven & Gradle

Mar 14, 2024
74 stars

easy-spring-boot-api · easy-spring-boot-api是一款服务器API开发神器,基于springboot,可以做到零配置零代码即可集成所有api开发需要基础能力。,集成该项目后,不用自己再去处理api安全、加签、验签、加解密、数据脱敏、异常处理、国际化、接口文档、错误码、缓存、分布式锁、应用、渠道管理等等功能。 还提供了java和typescript版本的项目,极大简化了web或者其他客户端应用接入api服务的流程。

<dependency>
    <groupId>com.pddon.framework</groupId>
    <artifactId>easy-spring-boot-api</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pddon.framework : easy-spring-boot-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.pddon.framework : easy-spring-boot-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
easy-spring-boot-api-1.0.0

How to add a dependency to Maven

Add the following com.pddon.framework : easy-spring-boot-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pddon.framework</groupId>
    <artifactId>easy-spring-boot-api</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pddon.framework : easy-spring-boot-api gradle dependency to your build.gradle file:

implementation 'com.pddon.framework:easy-spring-boot-api:1.0.0'

Gradle Kotlin DSL: Add the following com.pddon.framework : easy-spring-boot-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pddon.framework:easy-spring-boot-api:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pddon.framework : easy-spring-boot-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pddon.framework" % "easy-spring-boot-api" % "1.0.0"