MVN

cn.soboys : rest-api-spring-boot-starter

Maven & Gradle

Jul 22, 2023
123 stars

rest-api-spring-boot-starter · SpringBoot Easy Fast Rest WEB 基于SpringBoot Web 快速构建API脚手架 解决重复繁琐工作 高效开发SpringBoot Web API 接口 轻松自定义自己RestFull API使用 全局错误拦截,参数校验, 错误国际化 ,自定义错误响应 ,业务异常断言 ,Redis 工具库使用 统一key管理 spring cache缓存实现,RestTemplate 请求工具 ,日志使用 ,集成mybatisPlus一键代码生成,日志记录,服务监控,支持日志链路查询。自定义数据源,JWT权限认证等更多功能

<dependency>
    <groupId>cn.soboys</groupId>
    <artifactId>rest-api-spring-boot-starter</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.soboys : rest-api-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of cn.soboys : rest-api-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
rest-api-spring-boot-starter-1.7.0
1.6.x
rest-api-spring-boot-starter-1.6.2
rest-api-spring-boot-starter-1.6.1
rest-api-spring-boot-starter-1.6.0
1.5.x
rest-api-spring-boot-starter-1.5.2
rest-api-spring-boot-starter-1.5.1
rest-api-spring-boot-starter-1.5.0
1.4.x
rest-api-spring-boot-starter-1.4.1
rest-api-spring-boot-starter-1.4.0
1.3.x
rest-api-spring-boot-starter-1.3.0
1.2.x
rest-api-spring-boot-starter-1.2.0
1.0.x
rest-api-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following cn.soboys : rest-api-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.soboys</groupId>
    <artifactId>rest-api-spring-boot-starter</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.soboys : rest-api-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'cn.soboys:rest-api-spring-boot-starter:1.7.0'

Gradle Kotlin DSL: Add the following cn.soboys : rest-api-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.soboys:rest-api-spring-boot-starter:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.soboys : rest-api-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.soboys" % "rest-api-spring-boot-starter" % "1.7.0"