Source/UBCS/ubcs-gateway/src/main/resources/application-prod.yml
@@ -1,19 +1,3 @@ <<<<<<<< HEAD:Source/UBCS/ubcs-gateway/src/main/resources/application-prod.yml ======== server: port: 37000 spring: cloud: gateway: discovery: locator: enabled: true loadbalancer: retry: enabled: true >>>>>>>> origin/master:Source/UBCS/ubcs-gateway/src/main/resources/application-dev.yml blade: #多团队协作服务配置 loadbalancer: @@ -26,7 +10,8 @@ - 192.168.0.* - 127.0.0.1 server: port: 80 port: 37000 spring: cloud: gateway: @@ -36,3 +21,5 @@ loadbalancer: retry: enabled: true main: web-application-type: reactive