Browse Source

更改网关的端口号

master
yxt_djz 2 years ago
parent
commit
4ab857b514
  1. 2
      yxt_supervise/gateway/src/main/resources/application.yml

2
yxt_supervise/gateway/src/main/resources/application.yml

@ -7,7 +7,7 @@ hystrix:
thread: thread:
timeoutInMilliseconds: 300000 timeoutInMilliseconds: 300000
server: server:
port: 8111 port: 8112
spring: spring:
application: application:
name: gateway-server name: gateway-server

Loading…
Cancel
Save