Skip to content

Commit

Permalink
fix directory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
helloexp committed Mar 10, 2022
1 parent 870fc97 commit cf7267e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->

</parent>
<groupId>pl.wya</groupId>
<artifactId>spring-gateway-demo</artifactId>
Expand All @@ -21,6 +22,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
</dependency>

<!-- 指定gateway server 版本-->
<!-- 如果不指定,默认为 3.1.1-SNAPSHOT-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>3.1.0</version>
</dependency>

Expand Down

This file was deleted.

0 comments on commit cf7267e

Please sign in to comment.