Skip to content

Commit da07783

Browse files
author
YunaiV
committed
Spring Cloud Gateway 入门
1 parent 4e93867 commit da07783

File tree

62 files changed

+19
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+19
-48
lines changed

README.md

+2-2

labx-08/labx-08-sc-gateway-demo01-test/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo01-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo01/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo01/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo02-registry/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo02-registry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo03-config-apollo/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo03-config-apollo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo03-config-nacos/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo03-config-nacos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo04/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo04/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo05-custom-gateway-filter/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo05-custom-gateway-filter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo06-rate-limiter/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo06-rate-limiter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo07-hystrix/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo07-hystrix/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo07-sentinel/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo07-sentinel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo08-custom-global-filter/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo08-custom-global-filter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo09-actuator/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo09-actuator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-gateway-demo10-troubleshooting/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-gateway-demo10-troubleshooting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/labx-08-sc-user-service/pom.xml labx-08-spring-cloud-gateway/labx-08-sc-user-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-08</artifactId>
6+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-08/pom.xml labx-08-spring-cloud-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>labx-08</artifactId>
12+
<artifactId>labx-08-spring-cloud-gateway</artifactId>
1313
<packaging>pom</packaging>
1414
<modules>
1515
<module>labx-08-sc-gateway-demo01</module>

labx-08/labx-08-sc-gateway-demo05-custom-gateway-filter/target/classes/application.yaml

-29
This file was deleted.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<!-- <module>labx-04-spring-cloud-alibaba-sentinel</module>-->
8888
<!-- <module>labx-05-spring-cloud-alibaba-nacos-config</module>-->
8989
<!-- <module>labx-06-spring-cloud-stream-rocketmq</module>-->
90-
<module>labx-07-spring-cloud-alibaba-dubbo</module>
91-
<!-- <module>labx-08</module>-->
90+
<!-- <module>labx-07-spring-cloud-alibaba-dubbo</module>-->
91+
<!-- <module>labx-08-spring-cloud-gateway</module>-->
9292
<!-- <module>labx-09</module>-->
9393
<!-- <module>labx-10</module>-->
9494
<!-- <module>labx-11</module>-->

0 commit comments

Comments
 (0)