zuul网关改为gateway

This commit is contained in:
macro
2019-10-24 11:05:03 +08:00
parent 326e7b5d16
commit ffa4ce5450
9 changed files with 30 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-zuul</artifactId>
<artifactId>spring-cloud-starter-gateway</artifactId>
</dependency>
</dependencies>