Browse Source

修改 网关逻辑

guoenzhou 2 years ago
parent
commit
f344ced2d3
1 changed files with 1 additions and 2 deletions
  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