api-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>api-spring-boot-starter</artifactId>
<version>2.2.4-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fans-spring-boot-starter</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>2.2.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>2.2.4-RELEASE</version>
<artifactId>api-spring-boot-starter</artifactId>
<name>api-spring-boot-starter</name>
<description>fans API Toolkit</description>
<url>https://lunasaw.github.io/fans-spring-boot-starter</url>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<scm>
<url>https://github.com/lunasaw/fans-spring-boot-starter</url>
<connection>scm:git:https://github.com/lunasaw/fans-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/lunasaw/fans-spring-boot-starter</developerConnection>
</scm>
<dependencies>
</dependencies>
</project>