Skip to content

Commit d29ac9f

Browse files
committed
Spring Cloud Gateway
1 parent a9e857e commit d29ac9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
server:
2-
port: 9091
2+
port: 9036
33
spring:
44
application:
5-
name: gateway
5+
name: springcloud-gateway-gateway
66
main:
77
allow-bean-definition-overriding: true
88
cloud:
@@ -16,5 +16,5 @@ spring:
1616
server-addr: ${CFG_ADDR:}
1717
file-extension: yaml
1818
extension-configs:
19-
- data-id: gateway.yaml
19+
- data-id: springcloud-gateway-gateway.yaml
2020
refresh: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
server:
2-
port: 9000
2+
port: 9036
33
spring:
44
application:
5-
name: user
5+
name: springcloud-gateway-user
66
main:
77
allow-bean-definition-overriding: true
88
cloud:
@@ -16,5 +16,5 @@ spring:
1616
server-addr: ${CFG_ADDR:}
1717
file-extension: yaml
1818
extension-configs:
19-
- data-id: user.yaml
19+
- data-id: springcloud-gateway-user.yaml
2020
refresh: true

0 commit comments

Comments
 (0)