ares-boot-starter-rpc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.aresxue.boot</groupId>
<artifactId>ares-boot-starter-rpc</artifactId>
<version>1.1.1-base</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.aresxue.boot</groupId>
<artifactId>ares-boot-starter-rpc</artifactId>
<version>1.1.1-base</version>
<name>Ares Boot Starter Rpc</name>
<description>默认实现, 目前为dubbo
Default implementation, currently dubbo</description>
<url>https://github.com/Aresxue/ares-parent</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>ares</id>
<name>Ares Xue</name>
<email>ares320635@gmail.com</email>
<organization>https://github.com/Aresxue</organization>
<roles>
<role>Java Development Engineer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:Aresxue/ares-parent.git</connection>
<developerConnection>scm:git@github.com:Aresxue/ares-parent.git</developerConnection>
<url>https://github.com/Aresxue/ares-parent</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.aresxue.boot</groupId>
<artifactId>ares-boot-starter-rpc-abstract</artifactId>
<version>1.1.1-base</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>