File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
springcloud-gateway-gateway/src/main/resources
springcloud-gateway-user/src/main/resources Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
server :
2
- port : 9091
2
+ port : 9036
3
3
spring :
4
4
application :
5
- name : gateway
5
+ name : springcloud-gateway- gateway
6
6
main :
7
7
allow-bean-definition-overriding : true
8
8
cloud :
@@ -16,5 +16,5 @@ spring:
16
16
server-addr : ${CFG_ADDR:}
17
17
file-extension : yaml
18
18
extension-configs :
19
- - data-id : gateway.yaml
19
+ - data-id : springcloud-gateway- gateway.yaml
20
20
refresh : true
Original file line number Diff line number Diff line change 1
1
server :
2
- port : 9000
2
+ port : 9036
3
3
spring :
4
4
application :
5
- name : user
5
+ name : springcloud-gateway- user
6
6
main :
7
7
allow-bean-definition-overriding : true
8
8
cloud :
@@ -16,5 +16,5 @@ spring:
16
16
server-addr : ${CFG_ADDR:}
17
17
file-extension : yaml
18
18
extension-configs :
19
- - data-id : user.yaml
19
+ - data-id : springcloud-gateway- user.yaml
20
20
refresh : true
You can’t perform that action at this time.
0 commit comments