Skip to content

xmagic-api-spring-boot-starter使用说明

当前版本 1.0.8

JDK版本 JDK17

SpringBoot版本 3.3.7

xmagic-api-spring-boot-starter,提供Restful结构API开发的基础框架。

添加依赖

Maven

xml

<dependency>
  <groupId>tech.xmagic</groupId>
  <artifactId>xmagic-api-spring-boot-starter</artifactId>
</dependency>

Gradle

groovy