代码拉取完成,页面将自动刷新
同步操作将从 K0n9D1KuA/ApiGateWay 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.qyh</groupId>
<artifactId>api-gateway</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>gateway-core</module>
<module>gateway-common</module>
<module>gateway-config-center</module>
<module>gateway-register-center</module>
<module>gateway-client</module>
<module>gateway-register-center/gateway-register-center-api</module>
<module>gateway-register-center/gateway-register-center-nacos-impl</module>
<module>gateway-config-center/gateway-config-center-api</module>
<module>gateway-config-center/gateway-config-center-impl</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<netty.version>4.1.51.Final</netty.version>
<async-http-client.version>2.0.37</async-http-client.version>
<biz.paluch.redis.version>4.4.6.Final</biz.paluch.redis.version>
<lmax.version>3.3.4</lmax.version>
<caffeine.version>2.8.5</caffeine.version>
<protobuf.version>3.7.1</protobuf.version>
<slf4j.version>1.7.25</slf4j.version>
<lombok.version>1.18.0</lombok.version>
<log4j2.version>2.11.1</log4j2.version>
<junit.version>4.12</junit.version>
<guava.version>25.1-jre</guava.version>
<oshi.verison>3.5.0</oshi.verison>
<mapstruct.version>1.2.0.Final</mapstruct.version>
<jackson.version>2.12.3</jackson.version>
<fastjson.verson>1.2.76</fastjson.verson>
<jsonpath.version>2.4.0</jsonpath.version>
<kafka.version>2.3.1</kafka.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
</dependency>
<!-- 网络依赖 -->
<!-- 网络依赖 -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>${async-http-client.version}</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-netty-utils</artifactId>
<version>${async-http-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.verson}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath.version}</version>
</dependency>
<!--Cache-->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。