Skip to content

Commit 1a26841

Browse files
committed
Spring Cloud Gateway
1 parent b83e26c commit 1a26841

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
<groupId>org.projectlombok</groupId>
5656
<artifactId>lombok</artifactId>
5757
</dependency>
58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-web</artifactId>
61-
</dependency>
6258
<dependency>
6359
<groupId>org.springframework.boot</groupId>
6460
<artifactId>spring-boot-starter-test</artifactId>

springcloud-gateway/springcloud-gateway-user/src/main/resources/bootstrap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: 9036
2+
port: 9037
33
spring:
44
application:
55
name: springcloud-gateway-user

0 commit comments

Comments
 (0)