소스 검색

修改 网关逻辑

guoenzhou 2 년 전
부모
커밋
f344ced2d3
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      base-components/gateway/src/main/resources/bootstrap.yml

+ 1 - 2
base-components/gateway/src/main/resources/bootstrap.yml

@@ -1,12 +1,11 @@
 # Tomcat
 server:
   port: 9150 
-
 # Spring
 spring: 
   application:
     # 应用名称
-    name: ruoyi-gateway
+    name: gateway
   profiles:
     # 环境配置
     active: dev