Skip to content

Commit

Permalink
[type:fix] fix "Quick start with Spring Cloud" link 404 for Spring Cl…
Browse files Browse the repository at this point in the history
…oud Proxy page (#1032)
  • Loading branch information
VampireAchao authored Aug 17, 2024
1 parent b3450ec commit 4ec6716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: SpringCloud接入ShenYu网关

此篇文章是介绍 `springCloud` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `springCloud` 插件来接入`Spring Cloud`服务。

接入前,请正确启动 `shenyu-admin`,并开启`springCloud`插件,在网关端和`springCloud`服务端引入相关依赖。可以参考前面的 [Spring Cloud快速开始](../quick-start/quick-start-springcloud)
接入前,请正确启动 `shenyu-admin`,并开启`springCloud`插件,在网关端和`springCloud`服务端引入相关依赖。可以参考前面的 [Spring Cloud快速开始](../../quick-start/quick-start-springcloud)

应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: springCloud with shenyu gateway

This document is intended to help the `Spring Cloud` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `springCloud` plugin to handle `Spring Cloud` service.

Before the connection, start `shenyu-admin` correctly, start `springCloud` plugin, and add related dependencies on the gateway and `springCloud` application client. Refer to the previous [Quick start with Spring Cloud](../quick-start/quick-start-springcloud) .
Before the connection, start `shenyu-admin` correctly, start `springCloud` plugin, and add related dependencies on the gateway and `springCloud` application client. Refer to the previous [Quick start with Spring Cloud](../../quick-start/quick-start-springcloud) .

For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) .

Expand Down

0 comments on commit 4ec6716

Please sign in to comment.